summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
* checkpatch: add constant comparison on left side testJoe Perches2015-09-10
* checkpatch: add __pmem to $Sparse annotationsJoe Perches2015-09-10
* checkpatch: fix left brace warningEddie Kovsky2015-09-10
* checkpatch: avoid some commit message long line warningsJoe Perches2015-09-10
* checkpatch: emit an error on formats with 0x%<decimal>Joe Perches2015-09-10
* checkpatch: make --strict the default for drivers/staging files and patchesJoe Perches2015-09-10
* checkpatch: always check block comment stylesJoe Perches2015-09-10
* checkpatch: report the right line # when using --emacs and --fileJoe Perches2015-09-10
* checkpatch: add some <foo>_destroy functions to NEEDLESS_IF testsJoe Perches2015-09-10
* checkpatch: Allow longer declaration macrosJoe Perches2015-09-10
* checkpatch: improve SUSPECT_CODE_INDENT testJoe Perches2015-09-10
* checkpatch: add warning on BUG/BUG_ON useJoe Perches2015-09-10
* checkpatch: warn on bare SHA-1 commit IDs in commit logsJoe Perches2015-09-10
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-12
|\
| * scripts: Make checkpatch.pl warn on expedited RCU grace periodsPaul E. McKenney2015-07-22
* | checkpatch: fix long line messages about patch contextJoe Perches2015-07-17
|/
* checkpatch: emit "NOTE: <types>" message only once after multiple filesJoe Perches2015-06-25
* checkpatch: emit an error when there's a diff in a changelogJoe Perches2015-06-25
* checkpatch: validate MODULE_LICENSE contentBjorn Andersson2015-06-25
* checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYMateusz Kulikowski2015-06-25
* checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Mateusz Kulikowski2015-06-25
* checkpatch: fix processing of MEMSET issuesMateusz Kulikowski2015-06-25
* checkpatch: suggest using ether_addr_equal*()Mateusz Kulikowski2015-06-25
* checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches2015-06-25
* checkpatch: remove local from codespell pathMaxim Uvarov2015-06-25
* checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches2015-06-25
* checkpatch: colorize output to terminalJoe Perches2015-06-25
* checkpatch: improve output with multiple command-line filesJoe Perches2015-06-25
* checkpatch: categorize some long line length checksJoe Perches2015-06-25
* checkpatch: use $String consistentlyJoe Perches2015-06-25
* checkpatch: make types found in a source file/patch localAlex Dowad2015-06-25
* checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tJoe Perches2015-06-25
* checkpatch: check for uncommented waitqueue_active()Joe Perches2015-06-25
* checkpatch: fix "GLOBAL_INITIALISERS" testJoe Perches2015-06-10
* checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches2015-04-17
* checkpatch: fix --fix use with a patch of multiple filesJoe Perches2015-04-17
* checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski2015-04-17
* checkpatch: add a test for const with __read_mostly usesJoe Perches2015-04-17
* checkpatch: improve operator spacing checkSam Bobroff2015-04-17
* checkpatch: add 'Prefer ARRAY_SIZE" testJoe Perches2015-04-17
* checkpatch: add uart_ops to normally const structsJoe Perches2015-04-17
* checkpatch: add #define foo "string" long line exceptionJoe Perches2015-04-17
* checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Joe Perches2015-04-17
* checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyFabian Frederick2015-04-17
* checkpatch: add test for repeated const usesJoe Perches2015-04-17
* checkpatch: improve return negative errno checkJoe Perches2015-04-17
* checkpatch: match more world writable permissionsJoe Perches2015-04-17
* checkpatch: add optional --codespell dictionary to find more typosJoe Perches2015-04-17
* checkpatch: add spell checking of email subject lineJoe Perches2015-04-17
* checkpatch: improve "no space is necessary after a cast" testJoe Perches2015-04-17