aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820_64.c
diff options
context:
space:
mode:
authorPaul Jackson <pj@sgi.com>2008-05-14 08:15:28 -0700
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 10:55:11 +0200
commitb25e31cec7788ccba5749d10f8f4343fffff4750 (patch)
tree65d5af4550bce5639d1074d4b9c4380246b60573 /arch/x86/kernel/e820_64.c
parentx86 boot: simplify pageblock_bits enum declaration (diff)
downloadlinux-dev-b25e31cec7788ccba5749d10f8f4343fffff4750.tar.xz
linux-dev-b25e31cec7788ccba5749d10f8f4343fffff4750.zip
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>
Diffstat (limited to 'arch/x86/kernel/e820_64.c')
-rw-r--r--arch/x86/kernel/e820_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/e820_64.c b/arch/x86/kernel/e820_64.c
index 28a14eb65d3d..c10b4aece5e4 100644
--- a/arch/x86/kernel/e820_64.c
+++ b/arch/x86/kernel/e820_64.c
@@ -404,7 +404,7 @@ static void early_panic(char *msg)
}
/* We're not void only for x86 32-bit compat */
-char * __init machine_specific_memory_setup(void)
+char *__init machine_specific_memory_setup(void)
{
char *who = "BIOS-e820";
/*