login
Header Space

 
 

[PATCH] 0/3 coding standards documentation/code updates

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <torvalds@...>, <akpm@...>
Cc: <linux-kernel@...>
Date: Friday, September 28, 2007 - 5:31 pm

The following is a series of patches related to coding standards.  The first
patch updates the CodingStandards document with respect to printk debugging
and un/likely use; the second patch updates the usage string for
checkpatch.pl; the third patch introduces a new small perl script that can
be used to check coding-standards compliance on multiple source files.  This
new script, called check-coding-standards.pl, produces output in a standard
compiler-error format, which can be parsed by assorted tools including text
editors and help users locate the file that had the error and the offending
line-number more quickly.

Erez Zadok (3):
      CodingStyle updates
      Update usage string for checkpatch.pl
      New script to check coding-style compliance on multiple regular files

 Documentation/CodingStyle         |   88 +++++++++++++++++++++++++++++++++++++-
 scripts/check-coding-standards.pl |   59 +++++++++++++++++++++++++
 scripts/checkpatch.pl             |    1 
 3 files changed, 146 insertions(+), 2 deletions(-)

---
Erez Zadok
ezk@cs.sunysb.edu
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] 0/3 coding standards documentation/code updates, Erez Zadok, (Fri Sep 28, 5:31 pm)
Re: [PATCH] 0/3 coding standards documentation/code updates, Linus Torvalds, (Sat Sep 29, 11:00 pm)
Re: [PATCH] 0/3 coding standards documentation/code updates, Linus Torvalds, (Sat Sep 29, 11:35 pm)
Re: [PATCH] 0/3 coding standards documentation/code updates, Robert P. J. Day, (Sat Sep 29, 5:56 pm)
Re: [PATCH] 0/3 coding standards documentation/code updates, J. Bruce Fields, (Sat Sep 29, 3:56 pm)
[PATCH 1/3] CodingStyle updates, Erez Zadok, (Fri Sep 28, 5:32 pm)
Re: [PATCH 1/3] CodingStyle updates, Randy Dunlap, (Sat Sep 29, 2:01 pm)
Re: [PATCH 1/3] CodingStyle updates, Sam Ravnborg, (Sat Sep 29, 2:29 pm)
Re: [PATCH 1/3] CodingStyle updates, Scott Preece, (Sat Sep 29, 11:59 am)
Re: [PATCH 1/3] CodingStyle updates, Shawn Bohrer, (Sat Sep 29, 10:43 am)
Re: [PATCH 1/3] CodingStyle updates, Randy Dunlap, (Fri Sep 28, 5:46 pm)
[PATCH 2/3] Update usage string for checkpatch.pl, Erez Zadok, (Fri Sep 28, 5:32 pm)
speck-geostationary