summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch.pl: check for function declarations without argumentsJoe Perches2014-01-271-0/+9
* checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches2014-01-231-0/+10
* checkpatch: add DT compatible string documentation checksRob Herring2014-01-231-0/+27
* checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck2014-01-231-3/+1
* checkpatch: add tests for function pointer style misusesJoe Perches2014-01-231-0/+59
* checkpatch: update the FSF/GPL address checkJoe Perches2014-01-231-5/+6
* checkpatch: check for if's with unnecessary parenthesesJoe Perches2014-01-231-0/+14
* checkpatch: improve space before tab --fix optionJoe Perches2014-01-231-2/+4
* checkpatch: add a --fix-inplace optionJoe Perches2014-01-231-1/+9
* checkpatch: attempt to find missing switch/case break;Joe Perches2014-01-231-0/+25
* checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes2014-01-231-0/+6
* checkpatch: warn only on "space before semicolon" at end of lineJoe Perches2014-01-231-1/+1
* checkpatch: more comprehensive split strings warningJoe Perches2014-01-231-8/+4
* PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches2013-12-131-4/+7
* checkpatch: fix "Use of uninitialized value" warningsJoe Perches2013-11-211-0/+1
* checkpatch: add check for sscanf without return useJoe Perches2013-11-131-0/+17
* checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches2013-11-131-7/+12
* checkpatch: improve "return is not a function" testJoe Perches2013-11-131-14/+4
* checkpatch.pl: check for the FSF mailing addressJosh Triplett2013-11-131-0/+12
* checkpatch: make the memory barrier test noisierJoe Perches2013-11-131-2/+2
* checkpatch: add rules to check init attribute and const defectsJoe Perches2013-11-131-2/+34
* checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches2013-11-131-8/+14
* checkpatch: find CamelCase definitions of struct/union/enumJoe Perches2013-11-131-2/+3
* checkpatch: update seq_<foo> testsJoe Perches2013-11-131-3/+4
* checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches2013-11-131-2/+10
* checkpatch: report missing spaces around trigraphs with --strictJoe Perches2013-11-131-9/+7
* 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
OpenPOWER on IntegriCloud