summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2013-09-12checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches1-1/+46
2013-09-12checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches1-2/+2
2013-09-12checkpatch: reduce runtime/cpu time usedJoe Perches1-1/+3
2013-09-12checkpatch: better --fix of SPACING errors.Joe Perches1-22/+42
2013-09-12checkpatch: ignore #define TRACE_<foo> macrosJoe Perches1-1/+2
2013-09-12checkpatch: add --types option to report only specific message typesJoe Perches1-18/+38
2013-09-12checkpatch: fix networking kernel-doc block comment defectJoe Perches1-0/+1
2013-09-12checkpatch: warn when using extern with function prototypes in .h filesJoe Perches1-0/+10
2013-09-12checkpatch: check for duplicate signaturesJoe Perches1-0/+12
2013-09-12checkpatch: enforce sane perl versionDave Hansen1-0/+12
2013-09-12checkpatch: check CamelCase by word, not by $LvalJoe Perches1-5/+9
2013-09-12checkpatch: add a few more --fix correctionsJoe Perches1-38/+84
2013-07-09checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches1-19/+35
2013-07-04checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches1-0/+26
2013-07-04checkpatch: allow longer logging function namesJacob Keller1-1/+1
2013-07-04checkpatch: ignore existing CamelCase uses from include/...Joe Perches1-7/+50
2013-07-04checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches1-0/+3
2013-07-04checkpatch: move test for space before semicolon after operator spacingJoe Perches1-10/+10
2013-07-04checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches1-88/+354
2013-07-04checkpatch: improve "no space after cast" testJoe Perches1-2/+3
2013-07-04checkpatch: add a --strict test for comparison to true/falseJoe Perches1-0/+27
2013-07-04checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches1-2/+2
2013-07-04checkpatch: add a placeholder to check blank lines before declarationsJoe Perches1-0/+8
2013-07-04checkpatch: reduce false positive rate of "complex macros"Joe Perches1-1/+1
2013-07-04checkpatch: warn on comparisons to get_jiffies_64()Joe Perches1-0/+6
2013-07-04checkpatch: warn on comparisons to jiffiesJoe Perches1-0/+6
2013-07-04checkpatch: warn when networking block comment lines don't start with *Joe Perches1-0/+8
2013-07-04checkpatch: improve network block comment test and messageJoe Perches1-2/+2
2013-07-04checkpatch: remove quote from CamelCase testJoe Perches1-2/+2
2013-07-04checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches1-0/+8
2013-07-04checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches1-2/+14
2013-07-04checkpatch: change CamelCase test and make it --strictJoe Perches1-3/+3
2013-04-30checkpatch: add Suggested-by as a standard signatureMugunthan V N1-0/+1
2013-04-30checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman1-1/+1
2013-04-30checkpatch: warn on space before semicolonJoe Perches1-2/+2
2013-04-30checkpatch: complain about executable filesJoe Perches1-1/+2
2013-04-30checkpatch: Prefer seq_puts to seq_printfJoe Perches1-0/+16
2013-04-30checkpatch: add check for reuse of krealloc argJoe Perches1-0/+7
2013-04-18checkpatch: fix stringification macro defectJoe Perches1-0/+1
2013-02-28checkpatch: improve CamelCase test for PageJoe Perches1-1/+1
2013-02-22checkpatch: fix USLEEP_RANGE testBruce Allan1-2/+2
2013-02-22checkpatch: Add check for kcalloc argument orderJoe Perches1-0/+6
2013-02-22checkpatch: don't emit the CamelCase warning for PageFooJoe Perches1-0/+1
2013-02-22checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches1-0/+6
2013-02-22checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches1-0/+9
2013-02-05checkpatch: fix $Float creation of match variablesJoe Perches1-5/+5
2012-12-21checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches1-2/+5
2012-12-18checkpatch: warn on CamelCase variable namesJoe Perches1-6/+13
2012-12-18checkpatch: add support for floating point constantsJoe Perches1-1/+5
2012-12-18checkpatch: find hex constants as a single IDENTJoe Perches1-1/+1