summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
...
* checkpatch: emit an error when there's a diff in a changelogJoe Perches2015-06-251-1/+14
* checkpatch: validate MODULE_LICENSE contentBjorn Andersson2015-06-251-0/+18
* checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYMateusz Kulikowski2015-06-251-2/+3
* checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Mateusz Kulikowski2015-06-251-0/+23
* checkpatch: fix processing of MEMSET issuesMateusz Kulikowski2015-06-251-1/+1
* checkpatch: suggest using ether_addr_equal*()Mateusz Kulikowski2015-06-251-0/+8
* checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches2015-06-251-1/+1
* checkpatch: remove local from codespell pathMaxim Uvarov2015-06-251-2/+2
* checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches2015-06-251-5/+17
* checkpatch: colorize output to terminalJoe Perches2015-06-251-6/+21
* checkpatch: improve output with multiple command-line filesJoe Perches2015-06-251-23/+39
* checkpatch: categorize some long line length checksJoe Perches2015-06-251-10/+50
* checkpatch: use $String consistentlyJoe Perches2015-06-251-6/+6
* checkpatch: make types found in a source file/patch localAlex Dowad2015-06-251-4/+9
* checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tJoe Perches2015-06-251-6/+25
* checkpatch: check for uncommented waitqueue_active()Joe Perches2015-06-251-0/+7
* checkpatch: fix "GLOBAL_INITIALISERS" testJoe Perches2015-06-101-2/+2
* checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches2015-04-171-0/+8
* checkpatch: fix --fix use with a patch of multiple filesJoe Perches2015-04-171-1/+1
* checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski2015-04-171-0/+8
* checkpatch: add a test for const with __read_mostly usesJoe Perches2015-04-171-0/+10
* checkpatch: improve operator spacing checkSam Bobroff2015-04-171-1/+1
* checkpatch: add 'Prefer ARRAY_SIZE" testJoe Perches2015-04-171-0/+13
* checkpatch: add uart_ops to normally const structsJoe Perches2015-04-171-0/+1
* checkpatch: add #define foo "string" long line exceptionJoe Perches2015-04-171-2/+3
* checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Joe Perches2015-04-171-0/+9
* checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyFabian Frederick2015-04-171-7/+11
* checkpatch: add test for repeated const usesJoe Perches2015-04-171-0/+18
* checkpatch: improve return negative errno checkJoe Perches2015-04-171-3/+3
* checkpatch: match more world writable permissionsJoe Perches2015-04-171-2/+10
* checkpatch: add optional --codespell dictionary to find more typosJoe Perches2015-04-171-4/+34
* checkpatch: add spell checking of email subject lineJoe Perches2015-04-171-1/+2
* checkpatch: improve "no space is necessary after a cast" testJoe Perches2015-04-171-2/+9
* checkpatch: add of_device_id to structs that should be constJoe Perches2015-02-131-3/+5
* checkpatch: try to avoid poor patch subject linesJoe Perches2015-02-131-0/+7
* checkpatch: make sure a commit reference description uses parenthesesJoe Perches2015-02-131-1/+5
* checkpatch: add --strict test for spaces around arithmeticJoe Perches2015-02-131-1/+16
* checkpatch: neaten printk_ratelimited message positionJoe Perches2015-02-131-1/+1
* checkpatch: improve "no space necessary after cast" testJoe Perches2015-02-131-1/+1
* checkpatch: improve seq_print->seq_puts suggestionHeba Aamer2015-02-131-1/+2
* checkpatch: add ability to --fix unnecessary blank lines around bracesJoe Perches2015-02-131-4/+10
* checkpatch: add types for other OS typedefsJoe Perches2015-02-131-0/+8
* checkpatch: add ability to coalesce commit descriptions on multiple linesJoe Perches2015-02-131-0/+7
* checkpatch: add likely/unlikely comparison misuse testJoe Perches2015-02-131-0/+7
* checkpatch: update git commit messageJoe Perches2015-02-131-13/+32
* checkpatch: Allow comments in macros tested for single statementsJoe Perches2015-02-131-0/+1
* checkpatch: add check for keyword 'boolean' in Kconfig definitionsChristoph Jaeger2015-02-131-0/+7
* checkpatch: fix UNNECESSARY_KERN_LEVEL false positivePaolo Bonzini2015-02-131-1/+1
* checkpatch: ignore __pure $AttributeJoe Perches2015-02-131-0/+1
* checkpatch: improve octal permissions testsJoe Perches2015-02-131-1/+5