Re: Kconfig style question

2007-03-16 Thread Sam Ravnborg
On Fri, Mar 16, 2007 at 08:53:53AM +0100, Bodo Eggert wrote: > Kumar Gala <[EMAIL PROTECTED]> wrote: > > > For source lines I've seen both: > > > > source "arch/powerpc/platforms/52xx/Kconfig" > > > > and > > > > source arch/powerpc/platforms/85xx/Kconfig > > > > Is there a preferred style? Q

Re: Kconfig style question

2007-03-15 Thread Bodo Eggert
Kumar Gala <[EMAIL PROTECTED]> wrote: > For source lines I've seen both: > > source "arch/powerpc/platforms/52xx/Kconfig" > > and > > source arch/powerpc/platforms/85xx/Kconfig > > Is there a preferred style? Quotes or not? $ find . -name Kconfig -exec grep ^source '{}' \;|grep \"|wc -l

Kconfig style question

2007-03-15 Thread Kumar Gala
For source lines I've seen both: source "arch/powerpc/platforms/52xx/Kconfig" and source arch/powerpc/platforms/85xx/Kconfig Is there a preferred style? Quotes or not? - k - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]