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