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