aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2013-04-29checkpatch: add Suggested-by as a standard signatureMugunthan V N
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman
2013-04-29checkpatch: warn on space before semicolonJoe Perches
2013-04-29checkpatch: complain about executable filesJoe Perches
2013-04-29checkpatch: Prefer seq_puts to seq_printfJoe Perches
2013-04-29checkpatch: add check for reuse of krealloc argJoe Perches
2013-04-17checkpatch: fix stringification macro defectJoe Perches
2013-02-27checkpatch: improve CamelCase test for PageJoe Perches
2013-02-21checkpatch: fix USLEEP_RANGE testBruce Allan
2013-02-21checkpatch: Add check for kcalloc argument orderJoe Perches
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooJoe Perches
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches
2013-02-05checkpatch: fix $Float creation of match variablesJoe Perches
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches
2012-12-17checkpatch: add support for floating point constantsJoe Perches
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches
2012-12-17checkpatch: extend line continuation testJoe Perches
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook
2012-12-17checkpatch: warn on unnecessary line continuationsJoe Perches
2012-11-09checkpatch: improve network block comment style checkingJoe Perches
2012-10-06checkpatch: fix name of "MODULE_PARM_DESC"Kees Cook
2012-10-06checkpatch: check networking specific block comment styleJoe Perches
2012-10-06checkpatch: update suggested printk conversionsJoe Perches
2012-10-06checkpatch: check utf-8 content from a commit log when it's missing from charsetPasi Savanainen
2012-08-21checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches
2012-07-30checkpatch: add checks for do {} while (0) macro misusesJoe Perches
2012-07-30checkpatch: Add acheck for use of sizeof without parenthesisJoe Perches
2012-07-30checkpatch: check usleep_range() argumentsJoe Perches
2012-07-30checkpatch: test for non-standard signaturesJoe Perches
2012-07-30checkpatch: Update alignment checkJoe Perches
2012-05-31checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches
2012-05-31checkpatch: check for whitespace before semicolon at EOLEric Nelson
2012-04-16checkpatch: revert --strict test for net/ and drivers/net block comment styleJoe Perches
2012-03-23checkpatch: check for quoted strings broken across linesJosh Triplett
2012-03-23checkpatch: whitespace - add/remove blank linesJoe Perches
2012-03-23checkpatch: warn on use of yield()Joe Perches
2012-03-23checkpatch: add --strict tests for braces, comments and castsJoe Perches
2012-03-23checkpatch: add [] to type extensionsAndy Whitcroft
2012-03-23checkpatch: high precedence operators do not require additional parentheses i...Andy Whitcroft
2012-03-23checkpatch: handle string concatenation in simple #definesAndy Whitcroft
2012-03-23checkpatch: allow simple character constants in #definesAndy Whitcroft
2012-03-23checkpatch: catch [ ... ] usage when not at the beginning of definitionAndy Whitcroft