[PATCH 0/6] update checkpatch to version 0.27

From: Andy Whitcroft
Date: Mon Jan 12 2009 - 07:47:25 EST


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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/