[Cbe-oss-dev] [PATCH] cell: fix leading whitespace
Geoff Levand
geoffrey.levand at am.sony.com
Wed Jul 26 09:44:46 EST 2006
Fix cell kconf leading whitespace warnings.
arch/powerpc/Kconfig:433:warning: leading whitespace ignored
drivers/net/Kconfig:1207:warning: leading whitespace ignored
Signed-off-by: Geoff Levand <geoffrey.levand at am.sony.com>
---
Index: a/arch/powerpc/Kconfig
===================================================================
--- a.orig/arch/powerpc/Kconfig 2006-07-25 16:07:13.000000000 -0700
+++ a/arch/powerpc/Kconfig 2006-07-25 16:07:18.000000000 -0700
@@ -430,7 +430,7 @@
default n
config PPC_SYSTEMSIM
- bool " IBM Full System Simulator (systemsim) support"
+ bool "IBM Full System Simulator (systemsim) support"
select PPC_CELL_NATIVE
select PPC_RTAS
select MMIO_NVRAM
Index: a/drivers/net/Kconfig
===================================================================
--- a.orig/drivers/net/Kconfig 2006-07-25 16:07:13.000000000 -0700
+++ a/drivers/net/Kconfig 2006-07-25 16:07:18.000000000 -0700
@@ -1204,7 +1204,7 @@
config SYSTEMSIM_NET
depends on PPC_SYSTEMSIM
- tristate " IBM Full System Simulator Bogus Network Support"
+ tristate "IBM Full System Simulator Bogus Network Support"
default y
help
Provides quick access to a raw ethernet device in the simulator
More information about the cbe-oss-dev
mailing list