* [PATCH] PPC: Fix Kconfig whitespace warnings
@ 2006-09-07 12:36 Josh Boyer
2006-09-07 12:45 ` Jerry Van Baren
0 siblings, 1 reply; 3+ messages in thread
From: Josh Boyer @ 2006-09-07 12:36 UTC (permalink / raw)
To: paulus; +Cc: linuxppc-dev
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 <jdub@us.ibm.com>
---
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"
depends on PCI && MPC834x
default y if MPC834x_SYS
@@ -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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] PPC: Fix Kconfig whitespace warnings
2006-09-07 12:36 [PATCH] PPC: Fix Kconfig whitespace warnings Josh Boyer
@ 2006-09-07 12:45 ` Jerry Van Baren
2006-09-07 13:23 ` Josh Boyer
0 siblings, 1 reply; 3+ messages in thread
From: Jerry Van Baren @ 2006-09-07 12:45 UTC (permalink / raw)
Cc: linuxppc-dev
Josh Boyer wrote:
> 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 <jdub@us.ibm.com>
>
> ---
> 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"?
[snip]
gvb
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] PPC: Fix Kconfig whitespace warnings
2006-09-07 12:45 ` Jerry Van Baren
@ 2006-09-07 13:23 ` Josh Boyer
0 siblings, 0 replies; 3+ messages in thread
From: Josh Boyer @ 2006-09-07 13:23 UTC (permalink / raw)
To: Jerry Van Baren; +Cc: linuxppc-dev
On Thu, 2006-09-07 at 08:45 -0400, Jerry Van Baren wrote:
> Josh Boyer wrote:
> > 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 <jdub@us.ibm.com>
> >
> > ---
> > 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-07 13:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-07 12:36 [PATCH] PPC: Fix Kconfig whitespace warnings Josh Boyer
2006-09-07 12:45 ` Jerry Van Baren
2006-09-07 13:23 ` Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).