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>
This commit is contained in:
parent
0abdfaf4a9
commit
68a792174d
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Just a place holder.
|
* Just a place holder.
|
||||||
*/
|
*/
|
||||||
#ifndef _SPARC_SETUP_H
|
#ifndef _SPARC_SETUP_H
|
||||||
#define _SPARC_SETUP_H
|
#define _SPARC_SETUP_H
|
||||||
|
|
|
@ -95,7 +95,7 @@ static struct console prom_early_console = {
|
||||||
.index = -1,
|
.index = -1,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Process kernel command line switches that are specific to the
|
* Process kernel command line switches that are specific to the
|
||||||
* SPARC or that require special low-level processing.
|
* SPARC or that require special low-level processing.
|
||||||
*/
|
*/
|
||||||
|
@ -639,7 +639,7 @@ void __init setup_arch(char **cmdline_p)
|
||||||
#ifdef CONFIG_BLK_DEV_RAM
|
#ifdef CONFIG_BLK_DEV_RAM
|
||||||
rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK;
|
rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK;
|
||||||
rd_prompt = ((ram_flags & RAMDISK_PROMPT_FLAG) != 0);
|
rd_prompt = ((ram_flags & RAMDISK_PROMPT_FLAG) != 0);
|
||||||
rd_doload = ((ram_flags & RAMDISK_LOAD_FLAG) != 0);
|
rd_doload = ((ram_flags & RAMDISK_LOAD_FLAG) != 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
task_thread_info(&init_task)->kregs = &fake_swapper_regs;
|
task_thread_info(&init_task)->kregs = &fake_swapper_regs;
|
||||||
|
@ -648,7 +648,7 @@ void __init setup_arch(char **cmdline_p)
|
||||||
if (!ic_set_manually) {
|
if (!ic_set_manually) {
|
||||||
phandle chosen = prom_finddevice("/chosen");
|
phandle chosen = prom_finddevice("/chosen");
|
||||||
u32 cl, sv, gw;
|
u32 cl, sv, gw;
|
||||||
|
|
||||||
cl = prom_getintdefault (chosen, "client-ip", 0);
|
cl = prom_getintdefault (chosen, "client-ip", 0);
|
||||||
sv = prom_getintdefault (chosen, "server-ip", 0);
|
sv = prom_getintdefault (chosen, "server-ip", 0);
|
||||||
gw = prom_getintdefault (chosen, "gateway-ip", 0);
|
gw = prom_getintdefault (chosen, "gateway-ip", 0);
|
||||||
|
|
Loading…
Reference in New Issue