lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 16 Mar 2007 08:53:53 +0100
From:	Bodo Eggert <7eggert@....de>
To:	Kumar Gala <galak@...nel.crashing.org>,
	Linux Kernel list <linux-kernel@...r.kernel.org>,
	Sam Ravnborg <sam@...nborg.org>,
	Roman Zippel <zippel@...ux-m68k.org>
Subject: Re: Kconfig style question

Kumar Gala <galak@...nel.crashing.org> 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: yGspf@...7eggert.dyndns.org mgbem@...unw.7eggert.dyndns.org
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists