]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 28a14eb65d3d1f176f75f05162be82b8168f717d..c10b4aece5e4a9d065ee5739d41cc8071e575641 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";
        /*
index d0060fdcccac1658968db527f4c05d791b056e6b..21a7b759687a59a0b07b4c615184fdb2508eca83 100644 (file)
@@ -103,7 +103,7 @@ void __init efi_reserve_bootmem(void)
                                memmap.nr_map * memmap.desc_size);
 }
 
-void __iomem * __init efi_ioremap(unsigned long phys_addr, unsigned long size)
+void __iomem *__init efi_ioremap(unsigned long phys_addr, unsigned long size)
 {
        static unsigned pages_mapped __initdata;
        unsigned i, pages;