Skip to content

Commit

Permalink
[POWERPC] PPC: Fix Kconfig whitespace warnings
Browse files Browse the repository at this point in the history
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

Also fix a typo ("Supprt").

Signed-off-by: Josh Boyer <jdub@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Josh Boyer authored and Paul Mackerras committed Sep 13, 2006
1 parent 57852a8 commit 06e6d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ config PCI_DOMAINS
default PCI

config MPC83xx_PCI2
bool " Supprt for 2nd PCI host controller"
bool "Support for 2nd PCI host controller"
depends on PCI && MPC834x
default y if MPC834x_SYS

Expand All @@ -1223,12 +1223,12 @@ config PCI_8260
default y

config 8260_PCI9
bool " Enable workaround for MPC826x erratum PCI 9"
bool "Enable workaround for MPC826x erratum PCI 9"
depends on PCI_8260 && !ADS8272
default y

choice
prompt " IDMA channel for PCI 9 workaround"
prompt "IDMA channel for PCI 9 workaround"
depends on 8260_PCI9

config 8260_PCI9_IDMA1
Expand Down

0 comments on commit 06e6d29

Please sign in to comment.