Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163414AbWLGVgp (ORCPT ); Thu, 7 Dec 2006 16:36:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1163418AbWLGVgp (ORCPT ); Thu, 7 Dec 2006 16:36:45 -0500 Received: from rgminet01.oracle.com ([148.87.113.118]:16397 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163414AbWLGVgo (ORCPT ); Thu, 7 Dec 2006 16:36:44 -0500 Message-ID: <45788975.1000401@oracle.com> Date: Thu, 07 Dec 2006 13:36:53 -0800 From: Randy Dunlap User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: Jan Engelhardt CC: Chris Friesen , lkml , akpm , jesper.juhl@gmail.com Subject: Re: [PATCH/RFC] CodingStyle updates References: <20061207004838.4d84842c.randy.dunlap@oracle.com> <45783AE5.9090706@nortel.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 22 Jan Engelhardt wrote: >>> What keyword is "defined"? Did you have too much Perl coffee? :) >> Maybe macro formatting? >> >> #if defined(CONFIG_FOO) Yes, that's it. > Ah thanks for the hint. This also raises another stylistic aspect: > > #ifdef XYZ over #if defined(XYZ) when there is only one macro to be > tested for. I'm not sure that we care enough to put it into CodingStyle. -- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/