x86 boot: minor code format fixes in e820 and efi routines
authorPaul Jackson <pj@sgi.com>
Wed, 14 May 2008 15:15:28 +0000 (08:15 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 08:55:11 +0000 (10:55 +0200)
commitb25e31cec7788ccba5749d10f8f4343fffff4750
tree65d5af4550bce5639d1074d4b9c4380246b60573
parentc801ed3860fe2f84281d4cae4c3e6ca87e81e890
x86 boot: minor code format fixes in e820 and efi routines

Standardize a few pointer declarations to not have the
extra space after the '*' character.

Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/e820_64.c
arch/x86/kernel/efi_64.c