On Thu, 2006-09-07 at 08:45 -0400, Jerry Van Baren wrote:
Josh Boyer wrote:
quoted
Fix the following whitespace warnings when compiling with ARCH=ppc
arch/ppc/Kconfig:1207:warning: leading whitespace ignored
arch/ppc/Kconfig:1226:warning: leading whitespace ignored
arch/ppc/Kconfig:1231:warning: leading whitespace ignored
Signed-off-by: Josh Boyer <redacted>
---
arch/ppc/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- linux-2.6.orig/arch/ppc/Kconfig
+++ linux-2.6/arch/ppc/Kconfig
@@ -1204,7 +1204,7 @@ config PCI_DOMAINS
default PCI
config MPC83xx_PCI2
- bool " Supprt for 2nd PCI host controller"
+ bool "Supprt for 2nd PCI host controller"
^ Add an "o"?
I was only looking at whitespace, but I can fix the typo too I suppose.
Thanks for noticing.
josh