commit | e0daad449c5195fa4552c60392eeee4e5c58d31c | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Feb 05 00:10:11 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 06 16:53:19 2007 +0000 |
tree | 1b26f7e6e8f66dd3ceb5b0d706e2a757583076b8 | |
parent | 722b05a0c1498ef12972bbd5084eded498d75fb4 [diff] [blame] |
[MIPS] Whitespace cleanups. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index c435979..d2e01e7 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c
@@ -529,9 +529,9 @@ #if defined(CONFIG_VT) #if defined(CONFIG_VGA_CONSOLE) - conswitchp = &vga_con; + conswitchp = &vga_con; #elif defined(CONFIG_DUMMY_CONSOLE) - conswitchp = &dummy_con; + conswitchp = &dummy_con; #endif #endif