summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorLines
2014-08-06checkpatch: fix function pointers in blank line needed after declarations testJoe Perches-0/+4
2014-08-06checkpatch: fix complex macro false positive for escaped constant charJoe Perches-1/+1
2014-08-06checkpatch: warn on unnecessary else after return or breakJoe Perches-0/+10
2014-08-06checkpatch: attempt to find unnecessary 'out of memory' messagesJoe Perches-0/+17
2014-06-23checkpatch: reduce false positives when checking void function return statementsJoe Perches-5/+10
2014-06-04scripts/checkpatch.pl: device_initcall is not the only __initcall substituteFabian Frederick-2/+2
2014-06-04checkpatch: check stable email addressJoe Perches-0/+6
2014-06-04checkpatch: warn on unnecessary void function return statementsJoe Perches-0/+7
2014-06-04checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);Joe Perches-0/+21
2014-06-04checkpatch: add warning for kmalloc/kzalloc with multiplyJoe Perches-0/+24
2014-06-04checkpatch: warn on #defines ending in semicolonJoe Perches-0/+11
2014-06-04checkpatch: make --strict a default for files in drivers/net and net/Joe Perches-0/+13
2014-06-04checkpatch: always warn on missing blank line after variable declaration blockJoe Perches-10/+34
2014-06-04checkpatch: fix wildcard DT compatible string checkingRob Herring-2/+4
2014-04-03checkpatch: don't warn on bitfield spaces around :Joe Perches-2/+5
2014-04-03checkpatch: expand parenthesis alignment test to declarations, functions and ...Joe Perches-4/+6
2014-04-03checkpatch.pl: add check for Change-IdChristopher Covington-0/+6
2014-04-03scripts/checkpatch.pl: __GFP_NOFAIL isn't going awayAndrew Morton-6/+0
2014-04-03checkpatch: net and drivers/net: warn on missing blank line after variable de...Joe Perches-0/+15
2014-04-03checkpatch: improve the compatible vendor matchFlorian Vaussard-5/+5
2014-04-03checkpatch: check compatible strings in .c and .h tooFlorian Vaussard-2/+4
2014-04-03checkpatch: fix spurious vendor compatible warningsFlorian Vaussard-2/+2
2014-04-03checkpatch: check vendor compatible with dashesFlorian Vaussard-1/+1
2014-04-03checkpatch: improve octal permissions test speedJoe Perches-20/+31
2014-04-03checkpatch.pl: modify warning message for printk usageYogesh Chaudhari-1/+1
2014-04-03checkpatch: make "return is not a function" test quieterJoe Perches-7/+15
2014-04-03checkpatch: ignore networking block comment style first lines in fileJoe Perches-1/+2
2014-04-03checkpatch: use a more consistent function argument styleJoe Perches-9/+20
2014-04-03checkpatch: add test for char * arrays that could be static constJoe Perches-0/+7
2014-04-03checkpatch: fix jiffies comparison and othersJoe Perches-1/+1
2014-04-03checkpatch: avoid sscanf test duplicated messagesJoe Perches-1/+1
2014-04-03checkpatch: update octal permissions warningJoe Perches-2/+4
2014-04-03checkpatch: warn on uses of __constant_<foo> functionsJoe Perches-0/+13
2014-04-03checkpatch: add checks for constant non-octal permissionsJoe Perches-2/+34
2014-04-03checkpatch: don't warn on some function pointer return stylesJoe Perches-10/+21
2014-04-03checkpatch: add test for long udelayJoe Perches-3/+8
2014-02-10checkpatch: fix detection of git repositoryRichard Genoud-2/+2
2014-01-27checkpatch.pl: check for function declarations without argumentsJoe Perches-0/+9
2014-01-23checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches-0/+10
2014-01-23checkpatch: add DT compatible string documentation checksRob Herring-0/+27
2014-01-23checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck-3/+1
2014-01-23checkpatch: add tests for function pointer style misusesJoe Perches-0/+59
2014-01-23checkpatch: update the FSF/GPL address checkJoe Perches-5/+6
2014-01-23checkpatch: check for if's with unnecessary parenthesesJoe Perches-0/+14
2014-01-23checkpatch: improve space before tab --fix optionJoe Perches-2/+4
2014-01-23checkpatch: add a --fix-inplace optionJoe Perches-1/+9
2014-01-23checkpatch: attempt to find missing switch/case break;Joe Perches-0/+25
2014-01-23checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes-0/+6
2014-01-23checkpatch: warn only on "space before semicolon" at end of lineJoe Perches-1/+1
2014-01-23checkpatch: more comprehensive split strings warningJoe Perches-8/+4