Commit 60ef8616 authored by Mike Rapoport's avatar Mike Rapoport Committed by David S. Miller

sparc: mm/init_32: kill trailing whitespace

Signed-off-by: default avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dfaad39c
...@@ -133,7 +133,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail) ...@@ -133,7 +133,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
} }
/* Start with page aligned address of last symbol in kernel /* Start with page aligned address of last symbol in kernel
* image. * image.
*/ */
start_pfn = (unsigned long)__pa(PAGE_ALIGN((unsigned long) &_end)); start_pfn = (unsigned long)__pa(PAGE_ALIGN((unsigned long) &_end));
...@@ -214,7 +214,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail) ...@@ -214,7 +214,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
*pages_avail -= PAGE_ALIGN(size) >> PAGE_SHIFT; *pages_avail -= PAGE_ALIGN(size) >> PAGE_SHIFT;
initrd_start = (initrd_start - phys_base) + PAGE_OFFSET; initrd_start = (initrd_start - phys_base) + PAGE_OFFSET;
initrd_end = (initrd_end - phys_base) + PAGE_OFFSET; initrd_end = (initrd_end - phys_base) + PAGE_OFFSET;
} }
#endif #endif
/* Reserve the kernel text/data/bss. */ /* Reserve the kernel text/data/bss. */
...@@ -322,7 +322,7 @@ void __init mem_init(void) ...@@ -322,7 +322,7 @@ void __init mem_init(void)
map_high_region(start_pfn, end_pfn); map_high_region(start_pfn, end_pfn);
} }
mem_init_print_info(NULL); mem_init_print_info(NULL);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment