The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 00/11] checkpatch fixes
@ 2011-11-28 15:42 Andy Whitcroft
  2011-11-28 15:42 ` [PATCH 01/11] checkpatch: correctly track the end of preprocessor commands in context Andy Whitcroft
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Andy Whitcroft @ 2011-11-28 15:42 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Joe Perches, linux-kernel, Andy Whitcroft

After all the fun with kernel.org (and at least in part due to work
contraints) I have gotten behind on pushing out fixes for checkpatch.
Following this email are a bunch of patches I have had lying about for
some time.  There are a couple of optimisation for performance on some
outlying cases, plus a number of little fixes.

-apw

Andy Whitcroft (11):
  checkpatch: correctly track the end of preprocessor commands in context
  checkpatch: check for common memset parameter issues against statments
  checkpatch: ## is not a valid modifier
  checkpatch: optimise statement scanner when mid-statement
  checkpatch: only apply kconfig help checks for options which prompt
  checkpatch: fix EXPORT_SYMBOL handling following a function
  checkpatch: complex macro should allow the empty do while loop
  checkpatch: fix 'return is not a function' square bracket handling
  checkpatch: fix complex macros handling of square brackets
  checkpatch: ensure cast type is unique in the context parser
  checkpatch: typeof may have more complex arguments

 scripts/checkpatch.pl |  169 +++++++++++++++++++++++++++++--------------------
 1 files changed, 100 insertions(+), 69 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2011-11-29 21:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 15:42 [PATCH 00/11] checkpatch fixes Andy Whitcroft
2011-11-28 15:42 ` [PATCH 01/11] checkpatch: correctly track the end of preprocessor commands in context Andy Whitcroft
2011-11-28 15:42 ` [PATCH 02/11] checkpatch: check for common memset parameter issues against statments Andy Whitcroft
2011-11-29  0:32   ` Joe Perches
2011-11-29  3:24   ` [PATCH] checkpatch: Improve memset and min/max with cast checking Joe Perches
2011-11-29 21:28     ` Andy Whitcroft
2011-11-29 21:34       ` Andy Whitcroft
2011-11-28 15:42 ` [PATCH 03/11] checkpatch: ## is not a valid modifier Andy Whitcroft
2011-11-28 15:42 ` [PATCH 04/11] checkpatch: optimise statement scanner when mid-statement Andy Whitcroft
2011-11-28 15:42 ` [PATCH 05/11] checkpatch: only apply kconfig help checks for options which prompt Andy Whitcroft
2011-11-28 15:42 ` [PATCH 06/11] checkpatch: fix EXPORT_SYMBOL handling following a function Andy Whitcroft
2011-11-28 15:42 ` [PATCH 07/11] checkpatch: complex macro should allow the empty do while loop Andy Whitcroft
2011-11-28 15:42 ` [PATCH 08/11] checkpatch: fix 'return is not a function' square bracket handling Andy Whitcroft
2011-11-28 15:42 ` [PATCH 09/11] checkpatch: fix complex macros handling of square brackets Andy Whitcroft
2011-11-28 15:42 ` [PATCH 10/11] checkpatch: ensure cast type is unique in the context parser Andy Whitcroft
2011-11-28 15:42 ` [PATCH 11/11] checkpatch: typeof may have more complex arguments Andy Whitcroft

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