aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-03checkpatch: reduce false positive rate of "complex macros"Gravatar Joe Perches 1-1/+1
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Gravatar Joe Perches 1-0/+6
2013-07-03checkpatch: warn on comparisons to jiffiesGravatar Joe Perches 1-0/+6
2013-07-03checkpatch: warn when networking block comment lines don't start with *Gravatar Joe Perches 1-0/+8
2013-07-03checkpatch: improve network block comment test and messageGravatar Joe Perches 1-2/+2
2013-07-03checkpatch: remove quote from CamelCase testGravatar Joe Perches 1-2/+2
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Gravatar Joe Perches 1-0/+8
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionGravatar Joe Perches 1-2/+14
2013-07-03checkpatch: change CamelCase test and make it --strictGravatar Joe Perches 1-3/+3
2013-04-29checkpatch: add Suggested-by as a standard signatureGravatar Mugunthan V N 1-0/+1
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesGravatar Matthijs Kooijman 1-1/+1
2013-04-29checkpatch: warn on space before semicolonGravatar Joe Perches 1-2/+2
2013-04-29checkpatch: complain about executable filesGravatar Joe Perches 1-1/+2
2013-04-29checkpatch: Prefer seq_puts to seq_printfGravatar Joe Perches 1-0/+16
2013-04-29checkpatch: add check for reuse of krealloc argGravatar Joe Perches 1-0/+7
2013-04-17checkpatch: fix stringification macro defectGravatar Joe Perches 1-0/+1
2013-02-27checkpatch: improve CamelCase test for PageGravatar Joe Perches 1-1/+1
2013-02-21checkpatch: fix USLEEP_RANGE testGravatar Bruce Allan 1-2/+2
2013-02-21checkpatch: Add check for kcalloc argument orderGravatar Joe Perches 1-0/+6
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooGravatar Joe Perches 1-0/+1
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsGravatar Joe Perches 1-0/+6
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Gravatar Joe Perches 1-0/+9
2013-02-05checkpatch: fix $Float creation of match variablesGravatar Joe Perches 1-5/+5
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Gravatar Joe Perches 1-2/+5
2012-12-17checkpatch: warn on CamelCase variable namesGravatar Joe Perches 1-6/+13
2012-12-17checkpatch: add support for floating point constantsGravatar Joe Perches 1-1/+5