Skip to content

Commit

Permalink
sparc: mm/init_32: kill trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Mike Rapoport authored and David S. Miller committed Aug 21, 2018
1 parent dfaad39 commit 60ef861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/sparc/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
}

/* Start with page aligned address of last symbol in kernel
* image.
* image.
*/
start_pfn = (unsigned long)__pa(PAGE_ALIGN((unsigned long) &_end));

Expand Down Expand Up @@ -214,7 +214,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
*pages_avail -= PAGE_ALIGN(size) >> PAGE_SHIFT;

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
/* Reserve the kernel text/data/bss. */
Expand Down Expand Up @@ -322,7 +322,7 @@ void __init mem_init(void)

map_high_region(start_pfn, end_pfn);
}

mem_init_print_info(NULL);
}

Expand Down

0 comments on commit 60ef861

Please sign in to comment.