aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2009-10-29checkpatch: version 0.30Gravatar Andy Whitcroft 1-1/+1
2009-10-29checkpatch: fix false EXPORT_SYMBOL warningGravatar Andy Whitcroft 1-9/+39
2009-10-29checkpatch: fix __attribute__ matchingGravatar Andy Whitcroft 1-2/+2
2009-10-29checkpatch: fix false errors due to macro concatenationGravatar Andy Whitcroft 1-1/+4
2009-10-29checkpatch: update copyright datesGravatar Andy Whitcroft 1-1/+1
2009-10-29checkpatch: correctly stop scanning at the bottom of a hunkGravatar Andy Whitcroft 1-1/+2
2009-10-29checkpatch: possible types -- prevent illegal modifiers being addedGravatar Andy Whitcroft 1-8/+12
2009-09-22checkpatch: add some common Blackfin checksGravatar Mike Frysinger 1-0/+22
2009-09-22checkpatch: version 0.29Gravatar Andy Whitcroft 1-1/+1
2009-09-22checkpatch: limit sN/uN matches to actual bit sizesGravatar Andy Whitcroft 1-2/+2
2009-09-22checkpatch: format strings should not have brackets in macrosGravatar Andy Whitcroft 1-1/+2
2009-09-22checkpatch: make -f alias --file, add --help, more verbose help messageGravatar Hannes Eder 1-13/+42
2009-09-22checkpatch: indent checks -- stop when we run out of continuation linesGravatar Andy Whitcroft 1-2/+3
2009-09-22checkpatch: handle C99 comments correctly (performance issue)Gravatar Daniel Walker 1-0/+13
2009-09-22checkpatch: possible types -- else cannot start a typeGravatar Andy Whitcroft 1-0/+2
2009-02-27checkpatch: version 0.28Gravatar Andy Whitcroft 1-1/+1
2009-02-27checkpatch: add __ref as a sparse modifierGravatar Andy Whitcroft 1-1/+2
2009-02-27checkpatch: extend attribute testing to all modifiersGravatar Andy Whitcroft 1-2/+2
2009-02-27checkpatch: a modifier is not an identifier at the end of a typeGravatar Andy Whitcroft 1-2/+2
2009-02-27checkpatch: pointer type star may have modifiers followingGravatar Andy Whitcroft 1-2/+2
2009-02-27checkpatch: correctly handle type spacing in the face of modifiersGravatar Andy Whitcroft 1-2/+2
2009-02-27checkpatch: do not warn about -p0 patches when checking filesGravatar Andy Whitcroft 1-1/+2
2009-02-27checkpatch: make in_atomic ok in the coreGravatar Andy Whitcroft 1-1/+1
2009-01-15checkpatch: version: 0.27Gravatar Andy Whitcroft 1-1/+1
2009-01-15checkpatch: struct seq_operations should normally be constGravatar Andy Whitcroft 1-3/+4
2009-01-15checkpatch: if should not continue a preceeding braceGravatar Andy Whitcroft 1-0/+5
2009-01-15checkpatch: allow parentheses on return handle array valuesGravatar Andy Whitcroft 1-1/+5
2009-01-15checkpatch: type/cast spacing should not check prefix spacingGravatar Andy Whitcroft 1-2/+2
2009-01-15checkpatch: handle missing #if open in contextGravatar Andy Whitcroft 1-1/+3
2009-01-06checkpatch: version: 0.26Gravatar Andy Whitcroft 1-1/+1
2009-01-06checkpatch: fix the perlcritic errorsGravatar Andy Whitcroft 1-7/+13
2009-01-06checkpatch: struct file_operations should normally be constGravatar Andy Whitcroft 1-0/+5
2009-01-06checkpatch: ensure we actually detect if assignments split across linesGravatar Andy Whitcroft 1-1/+1
2009-01-06checkpatch: do not report nr_static as a static declarationGravatar Andy Whitcroft 1-1/+1
2009-01-06checkpatch: track #ifdef/#else/#endif when tracking blocksGravatar Andy Whitcroft 1-0/+22
2009-01-06checkpatch: fix continuation detection when handling spacing on operatorsGravatar Andy Whitcroft 1-1/+1
2009-01-06checkpatch: loosen spacing on typedef function checksGravatar Andy Whitcroft 1-1/+1
2009-01-06checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hGravatar Mike Frysinger 1-0/+9
2009-01-06checkpatch: allow parentheses on return for comparisonsGravatar Andy Whitcroft 1-2/+3
2009-01-06checkpatch: Add warning for p0-patchesGravatar Wolfram Sang 1-1/+7
2009-01-06checkpatch: update copyrightsGravatar Andy Whitcroft 1-1/+2
2009-01-06checkpatch: version: 0.25Gravatar Andy Whitcroft 1-1/+1
2009-01-06checkpatch: dissallow spaces between stars in pointer typesGravatar Andy Whitcroft 1-14/+32
2009-01-06checkpatch: comment ends inside strings is most likely not an open commentGravatar Andy Whitcroft 1-3/+6
2009-01-06checkpatch: detect multiple bitfield declarationsGravatar Andy Whitcroft 1-5/+9
2009-01-06checkpatch: __weak is an official attributeGravatar Andy Whitcroft 1-1/+2
2009-01-06checkpatch: structure member assignments are not complexGravatar Andy Whitcroft 1-2/+3
2009-01-06checkpatch: widen implied comment detection to allow multiple starsGravatar Andy Whitcroft 1-1/+1
2009-01-06checkpatch: comment detection may miss an implied comment on the last hunkGravatar Andy Whitcroft 1-2/+2
2009-01-06checkpatch: add checks for in_atomic()Gravatar Andy Whitcroft 1-0/+9