[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1322494973-29225-1-git-send-email-apw@canonical.com>
Date: Mon, 28 Nov 2011 15:42:42 +0000
From: Andy Whitcroft <apw@...onical.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Joe Perches <joe@...ches.com>, linux-kernel@...r.kernel.org,
Andy Whitcroft <apw@...onical.com>
Subject: [PATCH 00/11] checkpatch fixes
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists