aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.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/kernel/setup.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/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index 8c41187801ce..653197e151d5 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -8,7 +8,7 @@
8 * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 Ralf Baechle 8 * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 Ralf Baechle
9 * Copyright (C) 1996 Stoned Elipot 9 * Copyright (C) 1996 Stoned Elipot
10 * Copyright (C) 1999 Silicon Graphics, Inc. 10 * Copyright (C) 1999 Silicon Graphics, Inc.
11 * Copyright (C) 2000, 2001, 2002, 2007 Maciej W. Rozycki 11 * Copyright (C) 2000, 2001, 2002, 2007 Maciej W. Rozycki
12 */ 12 */
13#include <linux/init.h> 13#include <linux/init.h>
14#include <linux/ioport.h> 14#include <linux/ioport.h>
@@ -449,7 +449,7 @@ static void __init bootmem_init(void)
449 * At this stage the bootmem allocator is ready to use. 449 * At this stage the bootmem allocator is ready to use.
450 * 450 *
451 * NOTE: historically plat_mem_setup did the entire platform initialization. 451 * NOTE: historically plat_mem_setup did the entire platform initialization.
452 * This was rather impractical because it meant plat_mem_setup had to 452 * This was rather impractical because it meant plat_mem_setup had to
453 * get away without any kind of memory allocator. To keep old code from 453 * get away without any kind of memory allocator. To keep old code from
454 * breaking plat_setup was just renamed to plat_setup and a second platform 454 * breaking plat_setup was just renamed to plat_setup and a second platform
455 * initialization hook for anything else was introduced. 455 * initialization hook for anything else was introduced.
@@ -469,7 +469,7 @@ static int __init early_parse_mem(char *p)
469 if (usermem == 0) { 469 if (usermem == 0) {
470 boot_mem_map.nr_map = 0; 470 boot_mem_map.nr_map = 0;
471 usermem = 1; 471 usermem = 1;
472 } 472 }
473 start = 0; 473 start = 0;
474 size = memparse(p, &p); 474 size = memparse(p, &p);
475 if (*p == '@') 475 if (*p == '@')
@@ -571,7 +571,7 @@ static void __init mips_parse_crashkernel(void)
571 return; 571 return;
572 572
573 crashk_res.start = crash_base; 573 crashk_res.start = crash_base;
574 crashk_res.end = crash_base + crash_size - 1; 574 crashk_res.end = crash_base + crash_size - 1;
575} 575}
576 576
577static void __init request_crashkernel(struct resource *res) 577static void __init request_crashkernel(struct resource *res)
@@ -585,7 +585,7 @@ static void __init request_crashkernel(struct resource *res)
585 crashk_res.start + 1) >> 20), 585 crashk_res.start + 1) >> 20),
586 (unsigned long)(crashk_res.start >> 20)); 586 (unsigned long)(crashk_res.start >> 20));
587} 587}
588#else /* !defined(CONFIG_KEXEC) */ 588#else /* !defined(CONFIG_KEXEC) */
589static void __init mips_parse_crashkernel(void) 589static void __init mips_parse_crashkernel(void)
590{ 590{
591} 591}