Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1425389AbWLHLGp (ORCPT ); Fri, 8 Dec 2006 06:06:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1425390AbWLHLGp (ORCPT ); Fri, 8 Dec 2006 06:06:45 -0500 Received: from tmailer.gwdg.de ([134.76.10.23]:39143 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425389AbWLHLGo (ORCPT ); Fri, 8 Dec 2006 06:06:44 -0500 Date: Fri, 8 Dec 2006 12:04:57 +0100 (MET) From: Jan Engelhardt To: Randy Dunlap cc: lkml , jesper.juhl@gmail.com, akpm Subject: Re: [PATCH/v2] CodingStyle updates In-Reply-To: <20061207165508.e6bf0269.randy.dunlap@oracle.com> Message-ID: References: <20061207165508.e6bf0269.randy.dunlap@oracle.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: 1417 Lines: 39 On Dec 7 2006 16:55, Randy Dunlap wrote: >Date: Thu, 7 Dec 2006 16:55:08 -0800 >From: Randy Dunlap >To: lkml >Cc: jesper.juhl@gmail.com, akpm >Subject: [PATCH/v2] CodingStyle updates > >From: Randy Dunlap > >Add some kernel coding style comments, mostly pulled from emails >by Andrew Morton, Jesper Juhl, and Randy Dunlap. > >- add paragraph on switch/case indentation (with fixes) >- add paragraph on multiple-assignments >- add more on Braces >- add section on Spaces; add typeof, alignof, & __attribute__ with sizeof; > add more on postfix/prefix increment/decrement operators >- add paragraph on function breaks in source files; add info on > function prototype parameter names >- add paragraph on EXPORT_SYMBOL placement >- add section on /*-comment style, long-comment style, and data > declarations and comments >- correct some chapter number references that were missed when > chapters were renumbered > >Signed-off-by: Randy Dunlap >Acked-by: Jesper Juhl Acked-by: Jan Engelhardt -`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/