summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: version 0.28Andy Whitcroft2009-02-271-1/+1
* checkpatch: add __ref as a sparse modifierAndy Whitcroft2009-02-271-1/+2
* checkpatch: extend attribute testing to all modifiersAndy Whitcroft2009-02-271-2/+2
* checkpatch: a modifier is not an identifier at the end of a typeAndy Whitcroft2009-02-271-2/+2
* checkpatch: pointer type star may have modifiers followingAndy Whitcroft2009-02-271-2/+2
* checkpatch: correctly handle type spacing in the face of modifiersAndy Whitcroft2009-02-271-2/+2
* checkpatch: do not warn about -p0 patches when checking filesAndy Whitcroft2009-02-271-1/+2
* checkpatch: make in_atomic ok in the coreAndy Whitcroft2009-02-271-1/+1
* checkpatch: version: 0.27Andy Whitcroft2009-01-151-1/+1
* checkpatch: struct seq_operations should normally be constAndy Whitcroft2009-01-151-3/+4
* checkpatch: if should not continue a preceeding braceAndy Whitcroft2009-01-151-0/+5
* checkpatch: allow parentheses on return handle array valuesAndy Whitcroft2009-01-151-1/+5
* checkpatch: type/cast spacing should not check prefix spacingAndy Whitcroft2009-01-151-2/+2
* checkpatch: handle missing #if open in contextAndy Whitcroft2009-01-151-1/+3
* checkpatch: version: 0.26Andy Whitcroft2009-01-061-1/+1
* checkpatch: fix the perlcritic errorsAndy Whitcroft2009-01-061-7/+13
* checkpatch: struct file_operations should normally be constAndy Whitcroft2009-01-061-0/+5
* checkpatch: ensure we actually detect if assignments split across linesAndy Whitcroft2009-01-061-1/+1
* checkpatch: do not report nr_static as a static declarationAndy Whitcroft2009-01-061-1/+1
* checkpatch: track #ifdef/#else/#endif when tracking blocksAndy Whitcroft2009-01-061-0/+22
* checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft2009-01-061-1/+1
* checkpatch: loosen spacing on typedef function checksAndy Whitcroft2009-01-061-1/+1
* checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger2009-01-061-0/+9
* checkpatch: allow parentheses on return for comparisonsAndy Whitcroft2009-01-061-2/+3
* checkpatch: Add warning for p0-patchesWolfram Sang2009-01-061-1/+7
* checkpatch: update copyrightsAndy Whitcroft2009-01-061-1/+2
* checkpatch: version: 0.25Andy Whitcroft2009-01-061-1/+1
* checkpatch: dissallow spaces between stars in pointer typesAndy Whitcroft2009-01-061-14/+32
* checkpatch: comment ends inside strings is most likely not an open commentAndy Whitcroft2009-01-061-3/+6
* checkpatch: detect multiple bitfield declarationsAndy Whitcroft2009-01-061-5/+9
* checkpatch: __weak is an official attributeAndy Whitcroft2009-01-061-1/+2
* checkpatch: structure member assignments are not complexAndy Whitcroft2009-01-061-2/+3
* checkpatch: widen implied comment detection to allow multiple starsAndy Whitcroft2009-01-061-1/+1
* checkpatch: comment detection may miss an implied comment on the last hunkAndy Whitcroft2009-01-061-2/+2
* checkpatch: add checks for in_atomic()Andy Whitcroft2009-01-061-0/+9
* Update email addresses.Dave Jones2008-10-201-1/+1
* checkpatch: version: 0.24Andy Whitcroft2008-10-161-1/+1
* checkpatch: allow for comments either side of a brace on caseAndy Whitcroft2008-10-161-1/+1
* checkpatch: suspect indent handle macro continuationAndy Whitcroft2008-10-161-1/+4
* checkpatch: trailing statements ensure we report the end of the lineAndy Whitcroft2008-10-161-1/+10
* checkpatch: DEFINE_ macros are real definitions for exportsAndy Whitcroft2008-10-161-7/+8
* checkpatch: complex macros checks miss square bracketsAndy Whitcroft2008-10-161-3/+4
* checkpatch: suspect code indent must stop at #else/#elifAndy Whitcroft2008-10-161-0/+6
* checkpatch: pull out known acceptable typedefsAndy Whitcroft2008-10-161-1/+7
* checkpatch: accept any sized le/be typeAndy Whitcroft2008-10-161-1/+1
* checkpatch: macros which define structure members are not complexAndy Whitcroft2008-10-161-0/+1
* checkpatch: handle do without braces if we have enough contextAndy Whitcroft2008-10-161-3/+24
* checkpatch: labels are not possible typesAndy Whitcroft2008-10-161-1/+1
* checkpatch: do is not a possible typeAndy Whitcroft2008-10-161-6/+18
* checkpatch: version: 0.23Andy Whitcroft2008-10-161-1/+1
OpenPOWER on IntegriCloud