Messages in this thread |  | | | From | Andy Whitcroft <> | | Subject | [PATCH 0/6] update checkpatch to version 0.27 | | Date | Mon, 12 Jan 2009 12:44:58 +0000 |
| |
This update brings an urgent fix for #if handling, and a couple of new checks. Of note:
- fixes spurious warning on mismatched #if/#else within the context - fixes to type/cast warnings on bad spacing - seq_operations should be const
The first patch in this series is the fix for the spurious warnings which were affecting Ingo and probabally should be expedited to mainline.
Complete changelog below.
-apw
Andy Whitcroft (6): checkpatch: handle missing #if open in context checkpatch: type/cast spacing should not check prefix spacing checkpatch: allow parentheses on return handle array values checkpatch: if should not continue a preceeding brace checkpatch: struct seq_operations should normally be const checkpatch: version: 0.27
scripts/checkpatch.pl | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-)
|  |