| From: |
| Andy Whitcroft <apw@shadowen.org> |
| To: |
| Andrew Morton <akpm@osdl.org> |
| Subject: |
| [PATCH 0/7] checkpatch: update to version 0.23 |
| Date: |
| Tue, 2 Sep 2008 18:25:07 +0100 |
| Message-ID: |
| <1220376314-15180-1-git-send-email-apw@shadowen.org> |
| Cc: |
| Randy Dunlap <rdunlap@xenotime.net>,
Joel Schopp <jschopp@austin.ibm.com>,
Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org,
Andy Whitcroft <apw@shadowen.org> |
| Archive-link: |
| Article,
Thread
|
This update brings a few small fixes to existing checks. Of note:
- restricts case/default checks to changed lines,
- suppresses perl errors for short patch hunks
- fixes comment handling for long hunks
Complete changelog below.
-apw
Andy Whitcroft (7):
checkpatch: case/default checks should only check changed lines
checkpatch: suppress errors triggered by short patch
checkpatch: handle comment/quote nesting correctly
checkpatch: check line endings in text format files
checkpatch: suspect indent count condition lines correctly
checkpatch: ensure we only apply checks to the lines within hunks
checkpatch: version: 0.23
scripts/checkpatch.pl | 37 +++++++++++++++++++++----------------
1 files changed, 21 insertions(+), 16 deletions(-)