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
    732
$ find . -name Kconfig -exec grep ^source '{}' \;|grep -v \"|wc -l
     44

-- 
Funny quotes:
18. Mind like a steel trap - rusty and illegal in 37 states.

Friß, Spammer: [EMAIL PROTECTED] [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to