Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163187AbWLGSaf (ORCPT ); Thu, 7 Dec 2006 13:30:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1163188AbWLGSaf (ORCPT ); Thu, 7 Dec 2006 13:30:35 -0500 Received: from tmailer.gwdg.de ([134.76.10.23]:56473 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163187AbWLGSac (ORCPT ); Thu, 7 Dec 2006 13:30:32 -0500 Date: Thu, 7 Dec 2006 19:27:45 +0100 (MET) From: Jan Engelhardt To: Chris Friesen cc: Randy Dunlap , lkml , akpm , jesper.juhl@gmail.com Subject: Re: [PATCH/RFC] CodingStyle updates In-Reply-To: <45783AE5.9090706@nortel.com> Message-ID: References: <20061207004838.4d84842c.randy.dunlap@oracle.com> <45783AE5.9090706@nortel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 531 Lines: 20 >> What keyword is "defined"? Did you have too much Perl coffee? :) > > Maybe macro formatting? > > #if defined(CONFIG_FOO) 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. -`J' -- - 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/