aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
...
* checkpatch: warn on #defines ending in semicolonJoe Perches2014-06-04
* checkpatch: make --strict a default for files in drivers/net and net/Joe Perches2014-06-04
* checkpatch: always warn on missing blank line after variable declaration blockJoe Perches2014-06-04
* checkpatch: fix wildcard DT compatible string checkingRob Herring2014-06-04
* checkpatch: don't warn on bitfield spaces around :Joe Perches2014-04-03
* checkpatch: expand parenthesis alignment test to declarations, functions and ...Joe Perches2014-04-03
* checkpatch.pl: add check for Change-IdChristopher Covington2014-04-03
* scripts/checkpatch.pl: __GFP_NOFAIL isn't going awayAndrew Morton2014-04-03
* checkpatch: net and drivers/net: warn on missing blank line after variable de...Joe Perches2014-04-03
* checkpatch: improve the compatible vendor matchFlorian Vaussard2014-04-03
* checkpatch: check compatible strings in .c and .h tooFlorian Vaussard2014-04-03
* checkpatch: fix spurious vendor compatible warningsFlorian Vaussard2014-04-03
* checkpatch: check vendor compatible with dashesFlorian Vaussard2014-04-03
* checkpatch: improve octal permissions test speedJoe Perches2014-04-03
* checkpatch.pl: modify warning message for printk usageYogesh Chaudhari2014-04-03
* checkpatch: make "return is not a function" test quieterJoe Perches2014-04-03
* checkpatch: ignore networking block comment style first lines in fileJoe Perches2014-04-03
* checkpatch: use a more consistent function argument styleJoe Perches2014-04-03
* checkpatch: add test for char * arrays that could be static constJoe Perches2014-04-03
* checkpatch: fix jiffies comparison and othersJoe Perches2014-04-03
* checkpatch: avoid sscanf test duplicated messagesJoe Perches2014-04-03
* checkpatch: update octal permissions warningJoe Perches2014-04-03
* checkpatch: warn on uses of __constant_<foo> functionsJoe Perches2014-04-03
* checkpatch: add checks for constant non-octal permissionsJoe Perches2014-04-03
* checkpatch: don't warn on some function pointer return stylesJoe Perches2014-04-03
* checkpatch: add test for long udelayJoe Perches2014-04-03
* checkpatch: fix detection of git repositoryRichard Genoud2014-02-10
* checkpatch.pl: check for function declarations without argumentsJoe Perches2014-01-28
* checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches2014-01-23
* checkpatch: add DT compatible string documentation checksRob Herring2014-01-23
* checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck2014-01-23
* checkpatch: add tests for function pointer style misusesJoe Perches2014-01-23
* checkpatch: update the FSF/GPL address checkJoe Perches2014-01-23
* checkpatch: check for if's with unnecessary parenthesesJoe Perches2014-01-23
* checkpatch: improve space before tab --fix optionJoe Perches2014-01-23
* checkpatch: add a --fix-inplace optionJoe Perches2014-01-23
* checkpatch: attempt to find missing switch/case break;Joe Perches2014-01-23
* checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes2014-01-23
* checkpatch: warn only on "space before semicolon" at end of lineJoe Perches2014-01-23
* checkpatch: more comprehensive split strings warningJoe Perches2014-01-23
* PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches2013-12-13
* checkpatch: fix "Use of uninitialized value" warningsJoe Perches2013-11-21
* checkpatch: add check for sscanf without return useJoe Perches2013-11-12
* checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches2013-11-12
* checkpatch: improve "return is not a function" testJoe Perches2013-11-12
* checkpatch.pl: check for the FSF mailing addressJosh Triplett2013-11-12
* checkpatch: make the memory barrier test noisierJoe Perches2013-11-12
* checkpatch: add rules to check init attribute and const defectsJoe Perches2013-11-12
* checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches2013-11-12
* checkpatch: find CamelCase definitions of struct/union/enumJoe Perches2013-11-12