aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/common/cfe.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-22 06:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:22 -0500
commit7034228792cc561e79ff8600f02884bd4c80e287 (patch)
tree89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/sibyte/common/cfe.c
parent405ab01c70e18058d9c01a1256769a61fc65413e (diff)
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/common/cfe.c')
-rw-r--r--arch/mips/sibyte/common/cfe.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/sibyte/common/cfe.c b/arch/mips/sibyte/common/cfe.c
index 6343011e9902..588e1806a1a3 100644
--- a/arch/mips/sibyte/common/cfe.c
+++ b/arch/mips/sibyte/common/cfe.c
@@ -127,8 +127,8 @@ static __init void prom_meminit(void)
127 if ((initrd_pstart > addr) && 127 if ((initrd_pstart > addr) &&
128 (initrd_pstart < (addr + size))) { 128 (initrd_pstart < (addr + size))) {
129 add_memory_region(addr, 129 add_memory_region(addr,
130 initrd_pstart - addr, 130 initrd_pstart - addr,
131 BOOT_MEM_RAM); 131 BOOT_MEM_RAM);
132 rd_flag = 1; 132 rd_flag = 1;
133 } 133 }
134 if ((initrd_pend > addr) && 134 if ((initrd_pend > addr) &&
@@ -195,7 +195,7 @@ static int __init initrd_setup(char *str)
195 195
196 /* 196 /*
197 *Initrd location comes in the form "<hex size of ramdisk in bytes>@<location in memory>" 197 *Initrd location comes in the form "<hex size of ramdisk in bytes>@<location in memory>"
198 * e.g. initrd=3abfd@80010000. This is set up by the loader. 198 * e.g. initrd=3abfd@80010000. This is set up by the loader.
199 */ 199 */
200 for (tmp = str; *tmp != '@'; tmp++) { 200 for (tmp = str; *tmp != '@'; tmp++) {
201 if (!*tmp) { 201 if (!*tmp) {
@@ -244,7 +244,7 @@ void __init prom_init(void)
244 int *prom_vec = (int *) fw_arg3; 244 int *prom_vec = (int *) fw_arg3;
245 245
246 _machine_restart = cfe_linux_restart; 246 _machine_restart = cfe_linux_restart;
247 _machine_halt = cfe_linux_halt; 247 _machine_halt = cfe_linux_halt;
248 pm_power_off = cfe_linux_halt; 248 pm_power_off = cfe_linux_halt;
249 249
250 /* 250 /*
@@ -299,7 +299,7 @@ void __init prom_init(void)
299#ifdef CONFIG_BLK_DEV_INITRD 299#ifdef CONFIG_BLK_DEV_INITRD
300 { 300 {
301 char *ptr; 301 char *ptr;
302 /* Need to find out early whether we've got an initrd. So scan 302 /* Need to find out early whether we've got an initrd. So scan
303 the list looking now */ 303 the list looking now */
304 for (ptr = arcs_cmdline; *ptr; ptr++) { 304 for (ptr = arcs_cmdline; *ptr; ptr++) {
305 while (*ptr == ' ') { 305 while (*ptr == ' ') {