aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2013-04-29checkpatch: add Suggested-by as a standard signatureGravatar Mugunthan V N 1-0/+1
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesGravatar Matthijs Kooijman 1-1/+1
2013-04-29checkpatch: warn on space before semicolonGravatar Joe Perches 1-2/+2
2013-04-29checkpatch: complain about executable filesGravatar Joe Perches 1-1/+2
2013-04-29checkpatch: Prefer seq_puts to seq_printfGravatar Joe Perches 1-0/+16
2013-04-29checkpatch: add check for reuse of krealloc argGravatar Joe Perches 1-0/+7
2013-04-17checkpatch: fix stringification macro defectGravatar Joe Perches 1-0/+1
2013-02-27checkpatch: improve CamelCase test for PageGravatar Joe Perches 1-1/+1
2013-02-21checkpatch: fix USLEEP_RANGE testGravatar Bruce Allan 1-2/+2
2013-02-21checkpatch: Add check for kcalloc argument orderGravatar Joe Perches 1-0/+6
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooGravatar Joe Perches 1-0/+1
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsGravatar Joe Perches 1-0/+6
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Gravatar Joe Perches 1-0/+9
2013-02-05checkpatch: fix $Float creation of match variablesGravatar Joe Perches 1-5/+5
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Gravatar Joe Perches 1-2/+5
2012-12-17checkpatch: warn on CamelCase variable namesGravatar Joe Perches 1-6/+13
2012-12-17checkpatch: add support for floating point constantsGravatar Joe Perches 1-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTGravatar Joe Perches 1-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakGravatar Joe Perches 1-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Gravatar Joe Perches 1-0/+6
2012-12-17checkpatch: Add --strict messages for blank lines around bracesGravatar Joe Perches 1-0/+10
2012-12-17checkpatch: extend line continuation testGravatar Joe Perches 1-1/+3
2012-12-17checkpatch: allow control over line length warning, default remains 80Gravatar Joe Perches 1-3/+6
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeGravatar Andy Whitcroft 1-14/+6
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtGravatar Tao Ma 1-37/+0
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALGravatar Kees Cook 1-0/+13
2012-12-17checkpatch: warn on unnecessary line continuationsGravatar Joe Perches 1-0/+9
2012-11-09checkpatch: improve network block comment style checkingGravatar Joe Perches 1-2/+4
2012-10-06checkpatch: fix name of "MODULE_PARM_DESC"Gravatar Kees Cook 1-1/+1
2012-10-06checkpatch: check networking specific block comment styleGravatar Joe Perches 1-0/+14
2012-10-06checkpatch: update suggested printk conversionsGravatar Joe Perches 1-2/+4
2012-10-06checkpatch: check utf-8 content from a commit log when it's missing from charsetGravatar Pasi Savanainen 1-3/+12
2012-08-21checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROGravatar Joe Perches 1-1/+2
2012-07-30checkpatch: add checks for do {} while (0) macro misusesGravatar Joe Perches 1-0/+39
2012-07-30checkpatch: Add acheck for use of sizeof without parenthesisGravatar Joe Perches 1-0/+6
2012-07-30checkpatch: check usleep_range() argumentsGravatar Joe Perches 1-0/+16
2012-07-30checkpatch: test for non-standard signaturesGravatar Joe Perches 1-1/+5
2012-07-30checkpatch: Update alignment checkGravatar Joe Perches 1-2/+2
2012-05-31checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Gravatar Joe Perches 1-0/+13
2012-05-31checkpatch: check for whitespace before semicolon at EOLGravatar Eric Nelson 1-0/+7
2012-04-16checkpatch: revert --strict test for net/ and drivers/net block comment styleGravatar Joe Perches 1-6/+0
2012-03-23checkpatch: check for quoted strings broken across linesGravatar Josh Triplett 1-0/+15
2012-03-23checkpatch: whitespace - add/remove blank linesGravatar Joe Perches 1-1/+3
2012-03-23checkpatch: warn on use of yield()Gravatar Joe Perches 1-0/+6
2012-03-23checkpatch: add --strict tests for braces, comments and castsGravatar Joe Perches 1-8/+32
2012-03-23checkpatch: add [] to type extensionsGravatar Andy Whitcroft 1-1/+1
2012-03-23checkpatch: high precedence operators do not require additional parentheses i...Gravatar Andy Whitcroft 1-1/+1
2012-03-23checkpatch: handle string concatenation in simple #definesGravatar Andy Whitcroft 1-0/+6
2012-03-23checkpatch: allow simple character constants in #definesGravatar Andy Whitcroft 1-0/+1
2012-03-23checkpatch: catch [ ... ] usage when not at the beginning of definitionGravatar Andy Whitcroft 1-1/+1