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