aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2015-11-06checkpatch: improve the unnecessary initialisers testsGravatar Joe Perches 1-7/+8
2015-11-06checkpatch: improve tests for fixes:, long lines and stack dumps in commit logGravatar Joe Perches 1-25/+26
2015-09-10checkpatch: add constant comparison on left side testGravatar Joe Perches 1-0/+29
2015-09-10checkpatch: add __pmem to $Sparse annotationsGravatar Joe Perches 1-0/+1
2015-09-10checkpatch: fix left brace warningGravatar Eddie Kovsky 1-4/+4
2015-09-10checkpatch: avoid some commit message long line warningsGravatar Joe Perches 1-3/+27
2015-09-10checkpatch: emit an error on formats with 0x%<decimal>Gravatar Joe Perches 1-2/+6
2015-09-10checkpatch: make --strict the default for drivers/staging files and patchesGravatar Joe Perches 1-1/+1
2015-09-10checkpatch: always check block comment stylesGravatar Joe Perches 1-8/+11
2015-09-10checkpatch: report the right line # when using --emacs and --fileGravatar Joe Perches 1-1/+5
2015-09-10checkpatch: add some <foo>_destroy functions to NEEDLESS_IF testsGravatar Joe Perches 1-4/+28
2015-09-10checkpatch: Allow longer declaration macrosGravatar Joe Perches 1-1/+1
2015-09-10checkpatch: improve SUSPECT_CODE_INDENT testGravatar Joe Perches 1-6/+15
2015-09-10checkpatch: add warning on BUG/BUG_ON useGravatar Joe Perches 1-6/+8
2015-09-10checkpatch: warn on bare SHA-1 commit IDs in commit logsGravatar Joe Perches 1-3/+12
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+19
2015-07-22scripts: Make checkpatch.pl warn on expedited RCU grace periodsGravatar Paul E. McKenney 1-0/+19
2015-07-17checkpatch: fix long line messages about patch contextGravatar Joe Perches 1-1/+1
2015-06-25checkpatch: emit "NOTE: <types>" message only once after multiple filesGravatar Joe Perches 1-4/+4
2015-06-25checkpatch: emit an error when there's a diff in a changelogGravatar Joe Perches 1-1/+14
2015-06-25checkpatch: validate MODULE_LICENSE contentGravatar Bjorn Andersson 1-0/+18
2015-06-25checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYGravatar Mateusz Kulikowski 1-2/+3
2015-06-25checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Gravatar Mateusz Kulikowski 1-0/+23
2015-06-25checkpatch: fix processing of MEMSET issuesGravatar Mateusz Kulikowski 1-1/+1
2015-06-25checkpatch: suggest using ether_addr_equal*()Gravatar Mateusz Kulikowski 1-0/+8
2015-06-25checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesGravatar Joe Perches 1-1/+1
2015-06-25checkpatch: remove local from codespell pathGravatar Maxim Uvarov 1-2/+2
2015-06-25checkpatch: add --showfile to allow input via pipe to show filenamesGravatar Joe Perches 1-5/+17
2015-06-25checkpatch: colorize output to terminalGravatar Joe Perches 1-6/+21
2015-06-25checkpatch: improve output with multiple command-line filesGravatar Joe Perches 1-23/+39
2015-06-25checkpatch: categorize some long line length checksGravatar Joe Perches 1-10/+50
2015-06-25checkpatch: use $String consistentlyGravatar Joe Perches 1-6/+6
2015-06-25checkpatch: make types found in a source file/patch localGravatar Alex Dowad 1-4/+9
2015-06-25checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tGravatar Joe Perches 1-6/+25
2015-06-25checkpatch: check for uncommented waitqueue_active()Gravatar Joe Perches 1-0/+7
2015-06-10checkpatch: fix "GLOBAL_INITIALISERS" testGravatar Joe Perches 1-2/+2
2015-04-17checkpatch: avoid "spaces required around that ':'" false positiveGravatar Joe Perches 1-0/+8
2015-04-17checkpatch: fix --fix use with a patch of multiple filesGravatar Joe Perches 1-1/+1
2015-04-17checkpatch.pl: new instances of ENOSYS are errorsGravatar Andy Lutomirski 1-0/+8
2015-04-17checkpatch: add a test for const with __read_mostly usesGravatar Joe Perches 1-0/+10
2015-04-17checkpatch: improve operator spacing checkGravatar Sam Bobroff 1-1/+1
2015-04-17checkpatch: add 'Prefer ARRAY_SIZE" testGravatar Joe Perches 1-0/+13
2015-04-17checkpatch: add uart_ops to normally const structsGravatar Joe Perches 1-0/+1
2015-04-17checkpatch: add #define foo "string" long line exceptionGravatar Joe Perches 1-2/+3
2015-04-17checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Gravatar Joe Perches 1-0/+9
2015-04-17checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyGravatar Fabian Frederick 1-7/+11
2015-04-17checkpatch: add test for repeated const usesGravatar Joe Perches 1-0/+18
2015-04-17checkpatch: improve return negative errno checkGravatar Joe Perches 1-3/+3
2015-04-17checkpatch: match more world writable permissionsGravatar Joe Perches 1-2/+10
2015-04-17checkpatch: add optional --codespell dictionary to find more typosGravatar Joe Perches 1-4/+34