summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorLines
2013-11-21checkpatch: fix "Use of uninitialized value" warningsJoe Perches-0/+1
2013-11-13checkpatch: add check for sscanf without return useJoe Perches-0/+17
2013-11-13checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches-7/+12
2013-11-13checkpatch: improve "return is not a function" testJoe Perches-14/+4
2013-11-13checkpatch.pl: check for the FSF mailing addressJosh Triplett-0/+12
2013-11-13checkpatch: make the memory barrier test noisierJoe Perches-2/+2
2013-11-13checkpatch: add rules to check init attribute and const defectsJoe Perches-2/+34
2013-11-13checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches-8/+14
2013-11-13checkpatch: find CamelCase definitions of struct/union/enumJoe Perches-2/+3
2013-11-13checkpatch: update seq_<foo> testsJoe Perches-3/+4
2013-11-13checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches-2/+10
2013-11-13checkpatch: report missing spaces around trigraphs with --strictJoe Perches-9/+7
2013-09-24checkpatch: make extern in .h prototypes quieterJoe Perches-2/+2
2013-09-11checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches-1/+46
2013-09-11checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches-2/+2
2013-09-11checkpatch: reduce runtime/cpu time usedJoe Perches-1/+3
2013-09-11checkpatch: better --fix of SPACING errors.Joe Perches-22/+42
2013-09-11checkpatch: ignore #define TRACE_<foo> macrosJoe Perches-1/+2
2013-09-11checkpatch: add --types option to report only specific message typesJoe Perches-18/+38
2013-09-11checkpatch: fix networking kernel-doc block comment defectJoe Perches-0/+1
2013-09-11checkpatch: warn when using extern with function prototypes in .h filesJoe Perches-0/+10
2013-09-11checkpatch: check for duplicate signaturesJoe Perches-0/+12
2013-09-11checkpatch: enforce sane perl versionDave Hansen-0/+12
2013-09-11checkpatch: check CamelCase by word, not by $LvalJoe Perches-5/+9
2013-09-11checkpatch: add a few more --fix correctionsJoe Perches-38/+84
2013-07-09checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches-19/+35
2013-07-03checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches-0/+26
2013-07-03checkpatch: allow longer logging function namesJacob Keller-1/+1
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Joe Perches-7/+50
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches-0/+3
2013-07-03checkpatch: move test for space before semicolon after operator spacingJoe Perches-10/+10
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches-88/+354
2013-07-03checkpatch: improve "no space after cast" testJoe Perches-2/+3
2013-07-03checkpatch: add a --strict test for comparison to true/falseJoe Perches-0/+27
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches-2/+2
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsJoe Perches-0/+8
2013-07-03checkpatch: reduce false positive rate of "complex macros"Joe Perches-1/+1
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Joe Perches-0/+6
2013-07-03checkpatch: warn on comparisons to jiffiesJoe Perches-0/+6
2013-07-03checkpatch: warn when networking block comment lines don't start with *Joe Perches-0/+8
2013-07-03checkpatch: improve network block comment test and messageJoe Perches-2/+2
2013-07-03checkpatch: remove quote from CamelCase testJoe Perches-2/+2
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches-0/+8
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches-2/+14
2013-07-03checkpatch: change CamelCase test and make it --strictJoe Perches-3/+3
2013-04-29checkpatch: add Suggested-by as a standard signatureMugunthan V N-0/+1
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman-1/+1
2013-04-29checkpatch: warn on space before semicolonJoe Perches-2/+2
2013-04-29checkpatch: complain about executable filesJoe Perches-1/+2
2013-04-29checkpatch: Prefer seq_puts to seq_printfJoe Perches-0/+16