aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.vnet.ibm.com>2018-08-06 06:52:33 -0400
committerDavid S. Miller <davem@davemloft.net>2018-08-21 15:40:26 -0400
commit60ef86168247b051f2ef35ee24cb9d61c14844e7 (patch)
treeb8d052e15077fb248c40cf9d33f2ef23f76bf272
parentdfaad39cec85790f87161705c14027a63be44496 (diff)
sparc: mm/init_32: kill trailing whitespace
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/sparc/mm/init_32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sparc/mm/init_32.c b/arch/sparc/mm/init_32.c
index 95fe4f081ba3..3ec10b26e8ca 100644
--- a/arch/sparc/mm/init_32.c
+++ b/arch/sparc/mm/init_32.c
@@ -133,7 +133,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
133 } 133 }
134 134
135 /* Start with page aligned address of last symbol in kernel 135 /* Start with page aligned address of last symbol in kernel
136 * image. 136 * image.
137 */ 137 */
138 start_pfn = (unsigned long)__pa(PAGE_ALIGN((unsigned long) &_end)); 138 start_pfn = (unsigned long)__pa(PAGE_ALIGN((unsigned long) &_end));
139 139
@@ -214,7 +214,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
214 *pages_avail -= PAGE_ALIGN(size) >> PAGE_SHIFT; 214 *pages_avail -= PAGE_ALIGN(size) >> PAGE_SHIFT;
215 215
216 initrd_start = (initrd_start - phys_base) + PAGE_OFFSET; 216 initrd_start = (initrd_start - phys_base) + PAGE_OFFSET;
217 initrd_end = (initrd_end - phys_base) + PAGE_OFFSET; 217 initrd_end = (initrd_end - phys_base) + PAGE_OFFSET;
218 } 218 }
219#endif 219#endif
220 /* Reserve the kernel text/data/bss. */ 220 /* Reserve the kernel text/data/bss. */
@@ -322,7 +322,7 @@ void __init mem_init(void)
322 322
323 map_high_region(start_pfn, end_pfn); 323 map_high_region(start_pfn, end_pfn);
324 } 324 }
325 325
326 mem_init_print_info(NULL); 326 mem_init_print_info(NULL);
327} 327}
328 328