summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2018-02-06checkpatch: improve OPEN_BRACE testJoe Perches1-3/+5
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches1-1/+1
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches1-1/+3
2018-02-06checkpatch: improve the TABSTOP test to include declarationsJoe Perches1-1/+1
2018-02-06checkpatch: add a few DEVICE_ATTR style testsJoe Perches1-21/+93
2018-02-06checkpatch: improve quoted string and line continuation testJoe Perches1-1/+1
2018-02-06checkpatch: ignore some octal permissions of 0Joe Perches1-2/+7
2018-02-06checkpatch: allow long lines containing URLAndreas Brauchli1-0/+5
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-2/+9
2018-01-09checkpatch: add pF/pf deprecation warningSergey Senozhatsky1-2/+9
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+6
2017-12-12checkpatch: Remove ACCESS_ONCE() warningMark Rutland1-22/+0
2017-12-05checkpatch: Add warnings for {smp_,}read_barrier_depends()Paul E. McKenney1-0/+6
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding1-1/+1
2017-11-17checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada1-0/+1
2017-11-17checkpatch: add --strict test for lines ending in [ or (Joe Perches1-0/+6
2017-11-17checkpatch: add TP_printk to list of logging functionsJoe Perches1-0/+1
2017-11-17checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches1-2/+3
2017-11-17checkpatch: printks always need a KERN_<LEVEL>Joe Perches1-22/+4
2017-11-17scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt1-1/+1
2017-11-17checkpatch: support function pointers for unnamed function definition argumentsMiles Chen1-1/+1
2017-10-03checkpatch: fix ignoring cover-letter logicStafford Horne1-1/+1
2017-09-08checkpatch: add 6 missing types to --list-typesJean Delvare1-1/+2
2017-09-08checkpatch: rename variables to avoid confusionJean Delvare1-16/+16
2017-09-08checkpatch: fix typo in commentJean Delvare1-1/+1
2017-09-08checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches1-0/+24
2017-07-12checkpatch: improve the STORAGE_CLASS testJoe Perches1-2/+10
2017-07-10checkpatch: improve multi-line alignment testJoe Perches1-1/+1
2017-07-10checkpatch: improve macro reuse testJoe Perches1-6/+6
2017-07-10checkpatch: change format of --color argument to --color[=WHEN]John Brooks1-6/+29
2017-07-10checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur1-3/+3
2017-07-10checkpatch: improve tests for multiple line function definitionsJoe Perches1-1/+25
2017-07-10checkpatch: remove false warning for commit referenceHeinrich Schuchardt1-1/+3
2017-07-10checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches1-1/+1
2017-07-10checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier1-1/+1
2017-07-10checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches1-0/+11
2017-07-10checkpatch: improve the unnecessary OOM message testJoe Perches1-1/+1
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou1-1/+1
2017-06-08checkpatch: Remove checks for expedited grace periodsPaul E. McKenney1-17/+0
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski1-1/+2
2017-05-08checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches1-1/+3
2017-05-08checkpatch: improve the embedded function name test for patch contextsJoe Perches1-9/+8
2017-05-08checkpatch: add --typedefsfileJerome Forissier1-17/+35
2017-05-08checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches1-3/+10
2017-05-08checkpatch: special audit for revert commit lineWei Wang1-0/+1
2017-05-08checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches1-5/+7
2017-05-08checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches1-2/+4
2017-05-08checkpatch: avoid suggesting struct definitions should be constJoe Perches1-3/+3