public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] update checkpatch to version 0.21
@ 2008-07-02 11:31 Andy Whitcroft
  2008-07-02 11:31 ` [PATCH 1/5] checkpatch: add checks for question mark and colon spacing Andy Whitcroft
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Andy Whitcroft @ 2008-07-02 11:31 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Randy Dunlap, Joel Schopp, Ingo Molnar, linux-kernel,
	Andy Whitcroft

This is a pretty minor update, but some things which have been pending
for while now so it seems time to push these up.  This version brings a
few new checks and the usual fixes for false positives.  Of note:

  - add checks for question mark and colon spacing, and
  - fixes for the complex macro checks

Complete changelog below.

-apw

Andy Whitcroft (5):
  checkpatch: add checks for question mark and colon spacing
  checkpatch: variants -- move the main unary/binary operators to use
    variants
  checkpatch: complex macros need to ignore comments
  checkpatch: types cannot start mid word for pointer tests
  checkpatch: version 0.21

 scripts/checkpatch.pl |  124 +++++++++++++++++++++++++++++++++++++------------
 1 files changed, 94 insertions(+), 30 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-08-28 15:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-02 11:31 [PATCH 0/5] update checkpatch to version 0.21 Andy Whitcroft
2008-07-02 11:31 ` [PATCH 1/5] checkpatch: add checks for question mark and colon spacing Andy Whitcroft
2008-07-02 11:31 ` [PATCH 2/5] checkpatch: variants -- move the main unary/binary operators to use variants Andy Whitcroft
2008-07-02 11:31 ` [PATCH 3/5] checkpatch: complex macros need to ignore comments Andy Whitcroft
2008-07-05 18:44   ` Jan Engelhardt
2008-08-28 15:17     ` Andy Whitcroft
2008-07-02 11:31 ` [PATCH 4/5] checkpatch: types cannot start mid word for pointer tests Andy Whitcroft
2008-07-02 11:31 ` [PATCH 5/5] checkpatch: version 0.21 Andy Whitcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox