Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sparc64: remove trailing white spaces

A few changes that were reported by checkpatch, removed all trailing white
spaces in these two files.

Signed-off-by: Pavel Tatashin <pasha.tatashin@oracle.com>
Reviewed-by: Shannon Nelson <shannon.nelson@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Pavel Tatashin and committed by
David S. Miller
68a79217 0abdfaf4

+4 -4
+1 -1
arch/sparc/include/asm/setup.h
··· 1 1 /* 2 - * Just a place holder. 2 + * Just a place holder. 3 3 */ 4 4 #ifndef _SPARC_SETUP_H 5 5 #define _SPARC_SETUP_H
+3 -3
arch/sparc/kernel/setup_64.c
··· 95 95 .index = -1, 96 96 }; 97 97 98 - /* 98 + /* 99 99 * Process kernel command line switches that are specific to the 100 100 * SPARC or that require special low-level processing. 101 101 */ ··· 639 639 #ifdef CONFIG_BLK_DEV_RAM 640 640 rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK; 641 641 rd_prompt = ((ram_flags & RAMDISK_PROMPT_FLAG) != 0); 642 - rd_doload = ((ram_flags & RAMDISK_LOAD_FLAG) != 0); 642 + rd_doload = ((ram_flags & RAMDISK_LOAD_FLAG) != 0); 643 643 #endif 644 644 645 645 task_thread_info(&init_task)->kregs = &fake_swapper_regs; ··· 648 648 if (!ic_set_manually) { 649 649 phandle chosen = prom_finddevice("/chosen"); 650 650 u32 cl, sv, gw; 651 - 651 + 652 652 cl = prom_getintdefault (chosen, "client-ip", 0); 653 653 sv = prom_getintdefault (chosen, "server-ip", 0); 654 654 gw = prom_getintdefault (chosen, "gateway-ip", 0);