aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2014-01-27checkpatch.pl: check for function declarations without argumentsGravatar Joe Perches 1-0/+9
2014-01-23checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Gravatar Joe Perches 1-0/+10
2014-01-23checkpatch: add DT compatible string documentation checksGravatar Rob Herring 1-0/+27
2014-01-23checkpatch: only flag FSF address, not gnu.org URLGravatar Alexander Duyck 1-3/+1
2014-01-23checkpatch: add tests for function pointer style misusesGravatar Joe Perches 1-0/+59
2014-01-23checkpatch: update the FSF/GPL address checkGravatar Joe Perches 1-5/+6
2014-01-23checkpatch: check for if's with unnecessary parenthesesGravatar Joe Perches 1-0/+14
2014-01-23checkpatch: improve space before tab --fix optionGravatar Joe Perches 1-2/+4
2014-01-23checkpatch: add a --fix-inplace optionGravatar Joe Perches 1-1/+9
2014-01-23checkpatch: attempt to find missing switch/case break;Gravatar Joe Perches 1-0/+25
2014-01-23checkpatch: add warning of future __GFP_NOFAIL useGravatar David Rientjes 1-0/+6
2014-01-23checkpatch: warn only on "space before semicolon" at end of lineGravatar Joe Perches 1-1/+1
2014-01-23checkpatch: more comprehensive split strings warningGravatar Joe Perches 1-8/+4
2013-12-13PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEGravatar Joe Perches 1-4/+7
2013-11-21checkpatch: fix "Use of uninitialized value" warningsGravatar Joe Perches 1-0/+1
2013-11-13checkpatch: add check for sscanf without return useGravatar Joe Perches 1-0/+17
2013-11-13checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsGravatar Joe Perches 1-7/+12
2013-11-13checkpatch: improve "return is not a function" testGravatar Joe Perches 1-14/+4
2013-11-13checkpatch.pl: check for the FSF mailing addressGravatar Josh Triplett 1-0/+12
2013-11-13checkpatch: make the memory barrier test noisierGravatar Joe Perches 1-2/+2
2013-11-13checkpatch: add rules to check init attribute and const defectsGravatar Joe Perches 1-2/+34
2013-11-13checkpatch: add test for #defines of ARCH_HAS_<foo>Gravatar Joe Perches 1-8/+14
2013-11-13checkpatch: find CamelCase definitions of struct/union/enumGravatar Joe Perches 1-2/+3
2013-11-13checkpatch: update seq_<foo> testsGravatar Joe Perches 1-3/+4
2013-11-13checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchGravatar Joe Perches 1-2/+10
2013-11-13checkpatch: report missing spaces around trigraphs with --strictGravatar Joe Perches 1-9/+7
2013-09-24checkpatch: make extern in .h prototypes quieterGravatar Joe Perches 1-2/+2
2013-09-11checkpatch: add test for positional misuse of section specifiers like __initdataGravatar Joe Perches 1-1/+46
2013-09-11checkpatch: fix perl version 5.12 and earlier incompatibilityGravatar Joe Perches 1-2/+2
2013-09-11checkpatch: reduce runtime/cpu time usedGravatar Joe Perches 1-1/+3
2013-09-11checkpatch: better --fix of SPACING errors.Gravatar Joe Perches 1-22/+42
2013-09-11checkpatch: ignore #define TRACE_<foo> macrosGravatar Joe Perches 1-1/+2
2013-09-11checkpatch: add --types option to report only specific message typesGravatar Joe Perches 1-18/+38
2013-09-11checkpatch: fix networking kernel-doc block comment defectGravatar Joe Perches 1-0/+1
2013-09-11checkpatch: warn when using extern with function prototypes in .h filesGravatar Joe Perches 1-0/+10
2013-09-11checkpatch: check for duplicate signaturesGravatar Joe Perches 1-0/+12
2013-09-11checkpatch: enforce sane perl versionGravatar Dave Hansen 1-0/+12
2013-09-11checkpatch: check CamelCase by word, not by $LvalGravatar Joe Perches 1-5/+9
2013-09-11checkpatch: add a few more --fix correctionsGravatar Joe Perches 1-38/+84
2013-07-09checkpatch: make the CamelCase cache work for non-git trees tooGravatar Joe Perches 1-19/+35
2013-07-03checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Gravatar Joe Perches 1-0/+26
2013-07-03checkpatch: allow longer logging function namesGravatar Jacob Keller 1-1/+1
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Gravatar Joe Perches 1-7/+50
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Gravatar Joe Perches 1-0/+3
2013-07-03checkpatch: move test for space before semicolon after operator spacingGravatar Joe Perches 1-10/+10
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesGravatar Joe Perches 1-88/+354
2013-07-03checkpatch: improve "no space after cast" testGravatar Joe Perches 1-2/+3
2013-07-03checkpatch: add a --strict test for comparison to true/falseGravatar Joe Perches 1-0/+27
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenGravatar Joe Perches 1-2/+2
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsGravatar Joe Perches 1-0/+8