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)
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

index 28a14eb..c10b4ae 100644 (file)
@@ -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";
        /*
Simple merge