summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: net and drivers/net: warn on missing blank line after variable de...Joe Perches2014-04-031-0/+15
* checkpatch: improve the compatible vendor matchFlorian Vaussard2014-04-031-5/+5
* checkpatch: check compatible strings in .c and .h tooFlorian Vaussard2014-04-031-2/+4
* checkpatch: fix spurious vendor compatible warningsFlorian Vaussard2014-04-031-2/+2
* checkpatch: check vendor compatible with dashesFlorian Vaussard2014-04-031-1/+1
* checkpatch: improve octal permissions test speedJoe Perches2014-04-031-20/+31
* checkpatch.pl: modify warning message for printk usageYogesh Chaudhari2014-04-031-1/+1
* checkpatch: make "return is not a function" test quieterJoe Perches2014-04-031-7/+15
* checkpatch: ignore networking block comment style first lines in fileJoe Perches2014-04-031-1/+2
* checkpatch: use a more consistent function argument styleJoe Perches2014-04-031-9/+20
* checkpatch: add test for char * arrays that could be static constJoe Perches2014-04-031-0/+7
* checkpatch: fix jiffies comparison and othersJoe Perches2014-04-031-1/+1
* checkpatch: avoid sscanf test duplicated messagesJoe Perches2014-04-031-1/+1
* checkpatch: update octal permissions warningJoe Perches2014-04-031-2/+4
* checkpatch: warn on uses of __constant_<foo> functionsJoe Perches2014-04-031-0/+13
* checkpatch: add checks for constant non-octal permissionsJoe Perches2014-04-031-2/+34
* checkpatch: don't warn on some function pointer return stylesJoe Perches2014-04-031-10/+21
* checkpatch: add test for long udelayJoe Perches2014-04-031-3/+8
* checkpatch: fix detection of git repositoryRichard Genoud2014-02-101-2/+2
* 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
OpenPOWER on IntegriCloud