[Cbe-oss-dev] [PATCH] cell: fix leading whitespace
Jens Osterkamp
jens at de.ibm.com
Wed Jul 26 21:31:15 EST 2006
Am Mittwoch, 26. Juli 2006 01:44 schrieb Geoff Levand:
Heh, I sent the same one some days ago to Eric :)
Jens
> 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
>
> _______________________________________________
> cbe-oss-dev mailing list
> cbe-oss-dev at ozlabs.org
> https://ozlabs.org/mailman/listinfo/cbe-oss-dev
>
More information about the cbe-oss-dev
mailing list