| From: |
| Andy Whitcroft <apw@shadowen.org> |
| To: |
| Andrew Morton <akpm@osdl.org> |
| Subject: |
| [PATCH 00/13] update checkpatch to version 0.26 |
| Date: |
| Sun, 7 Dec 2008 18:30:37 +0000 |
| Message-ID: |
| <1228674650-24392-1-git-send-email-apw@shadowen.org> |
| Cc: |
| Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org,
Andy Whitcroft <apw@shadowen.org> |
| Archive‑link: | |
Article |
This update brings a couple of new checks, and a number of fixes. Of note:
- allows parentheses on return of comparisons
- tracks #ifdef sections better
- fixes miss reports of variables containing static
It also updates the maintainers entry to track my new email address and
to drop inactive maintainers.
Complete changelog below.
-apw
Andy Whitcroft (11):
checkpatch: update MAINTAINERS entry
checkpatch: update copyrights
checkpatch: allow parentheses on return for comparisons
checkpatch: loosen spacing on typedef function checks
checkpatch: fix continuation detection when handling spacing on operators
checkpatch: track #ifdef/#else/#endif when tracking blocks
checkpatch: do not report nr_static as a static declaration
checkpatch: ensure we actually detect if assignments split across lines
checkpatch: struct file_operations should normally be const
checkpatch: fix the perlcritic errors
checkpatch: version: 0.26
Mike Frysinger (1):
checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h
Wolfram Sang (1):
checkpatch: Add warning for p0-patches
scripts/checkpatch.pl | 84 +++++++++++++++++++++++++++++++++++++++----------
1 files changed, 67 insertions(+), 17 deletions(-)