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