summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada2021-01-281-7/+0
* checkpatch: prefer strscpy to strlcpyJoe Perches2020-12-291-0/+6
* checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches2020-12-151-3/+10
* checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray2020-12-151-2/+5
* checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray2020-12-151-0/+9
* checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray2020-12-151-0/+22
* checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava2020-12-151-2/+69
* checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava2020-12-151-2/+10
* checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava2020-12-151-2/+8
* checkpatch: fix unescaped left braceDwaipayan Ray2020-12-151-1/+1
* checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava2020-12-151-2/+2
* checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray2020-12-151-3/+3
* checkpatch: improve email parsingDwaipayan Ray2020-12-151-17/+91
* checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches2020-12-151-1/+3
* checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava2020-12-151-2/+5
* checkpatch: update __attribute__((section("name"))) quote removalJoe Perches2020-12-151-32/+15
* checkpatch: add a fixer for missing newline at eofTom Rix2020-12-151-2/+5
* checkpatch: extend attributes check to handle more patternsDwaipayan Ray2020-12-151-38/+71
* checkpatch: allow --fix removal of unnecessary break statementsJoe Perches2020-12-151-4/+8
* checkpatch: prefer static const declarationsJoe Perches2020-12-151-0/+12
* checkpatch: ignore generated CamelCase defines and enum valuesŁukasz Stelmach2020-12-151-0/+2
* checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava2020-12-151-1/+15
* checkpatch: add new exception to repeated word checkDwaipayan Ray2020-12-151-2/+13
* checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* checkpatch: add new warnings to author signoff checks.Dwaipayan Ray2020-10-161-16/+77
* checkpatch: fix false positive on empty block comment linesŁukasz Stelmach2020-10-161-1/+1
* checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray2020-10-161-3/+4
* checkpatch: emit a warning on embedded filenamesJoe Perches2020-10-161-0/+6
* checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray2020-10-161-0/+4
* checkpatch: allow not using -f with files that are in gitJoe Perches2020-10-161-0/+14
* checkpatch: warn on self-assignmentsJoe Perches2020-10-161-0/+11
* checkpatch: warn if trace_printk and friends are calledNicolas Boichat2020-10-161-0/+6
* checkpatch: add test for comma use that should be semicolonJoe Perches2020-10-161-0/+11
* checkpatch: move repeated word testJoe Perches2020-10-161-36/+36
* checkpatch: add --kconfig-prefixJerome Forissier2020-10-161-4/+8
* checkpatch: fix the usage of capture group ( ... )Mrinal Pandey2020-09-051-2/+2
* Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-08-141-5/+1
|\
| * Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada2020-08-141-5/+1
* | checkpatch: remove missing switch/case break testJoe Perches2020-08-121-25/+0
* | checkpatch: add test for repeated wordsJoe Perches2020-08-121-0/+38
* | checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet2020-08-121-9/+12
* | checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches2020-08-121-2/+24
* | checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches2020-08-121-0/+6
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-11/+5
|\ \
| * | checkpatch: Remove awareness of uninitialized_var() macroKees Cook2020-07-161-11/+5
| |/
* / checkpatch: Remove checks relating to [smp_]read_barrier_depends()Will Deacon2020-07-211-8/+1
|/
* Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-111-0/+8
|\
| * Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+8
| |\
| | * Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-081-0/+8
| | |\
| | | * checkpatch: Warn about data_race() without commentMarco Elver2020-05-061-0/+8