public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] checkpatch: collection of neatenings and new "--fix"
@ 2013-06-10 22:20 Joe Perches
  2013-06-10 22:20 ` [PATCH 01/12] checkpatch: Remove quote from CamelCase test Joe Perches
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Joe Perches @ 2013-06-10 22:20 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Andy Whitcroft, linux-kernel

A few neatenings and cleanups and an EXPERIMENTAL option to
fix various whitespace/formatting defects in patches.

Joe Perches (12):
  checkpatch: Remove quote from CamelCase test
  checkpatch: Improve network block comment test and message
  checkpatch: Warn when networking block comment lines don't start with *
  checkpatch: Warn on comparisons to jiffies
  checkpatch: Warn on comparisons to get_jiffies_64()
  checkpatch: Reduce false positive rate of "complex macros"
  checkpatch: Add a placeholder to check blank lines before declarations
  checkpatch: Don't warn on blank lines before/after braces as often
  checkpatch: Add a --strict test for comparison to true/false
  checkpatch: Improve "no space after cast" test
  checkpatch: Create an EXPERIMENTAL --fix option to correct patches
  checkpatch: Move test for space before semicolon after operator spacing

 scripts/checkpatch.pl | 524 ++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 423 insertions(+), 101 deletions(-)

-- 
1.8.1.2.459.gbcd45b4.dirty


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

end of thread, other threads:[~2013-06-10 22:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 22:20 [PATCH 00/12] checkpatch: collection of neatenings and new "--fix" Joe Perches
2013-06-10 22:20 ` [PATCH 01/12] checkpatch: Remove quote from CamelCase test Joe Perches
2013-06-10 22:20 ` [PATCH 02/12] checkpatch: Improve network block comment test and message Joe Perches
2013-06-10 22:20 ` [PATCH 03/12] checkpatch: Warn when networking block comment lines don't start with * Joe Perches
2013-06-10 22:20 ` [PATCH 04/12] checkpatch: Warn on comparisons to jiffies Joe Perches
2013-06-10 22:20 ` [PATCH 05/12] checkpatch: Warn on comparisons to get_jiffies_64() Joe Perches
2013-06-10 22:20 ` [PATCH 06/12] checkpatch: Reduce false positive rate of "complex macros" Joe Perches
2013-06-10 22:20 ` [PATCH 07/12] checkpatch: Add a placeholder to check blank lines before declarations Joe Perches
2013-06-10 22:20 ` [PATCH 08/12] checkpatch: Don't warn on blank lines before/after braces as often Joe Perches
2013-06-10 22:20 ` [PATCH 09/12] checkpatch: Add a --strict test for comparison to true/false Joe Perches
2013-06-10 22:20 ` [PATCH 10/12] checkpatch: Improve "no space after cast" test Joe Perches
2013-06-10 22:20 ` [PATCH 11/12] checkpatch: Create an EXPERIMENTAL --fix option to correct patches Joe Perches
2013-06-10 22:20 ` [PATCH 12/12] checkpatch: Move test for space before semicolon after operator spacing Joe Perches

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