summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: add Suggested-by as a standard signatureMugunthan V N2013-04-291-0/+1
* checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman2013-04-291-1/+1
* checkpatch: warn on space before semicolonJoe Perches2013-04-291-2/+2
* checkpatch: complain about executable filesJoe Perches2013-04-291-1/+2
* checkpatch: Prefer seq_puts to seq_printfJoe Perches2013-04-291-0/+16
* checkpatch: add check for reuse of krealloc argJoe Perches2013-04-291-0/+7
* checkpatch: fix stringification macro defectJoe Perches2013-04-171-0/+1
* checkpatch: improve CamelCase test for PageJoe Perches2013-02-271-1/+1
* checkpatch: fix USLEEP_RANGE testBruce Allan2013-02-211-2/+2
* checkpatch: Add check for kcalloc argument orderJoe Perches2013-02-211-0/+6
* checkpatch: don't emit the CamelCase warning for PageFooJoe Perches2013-02-211-0/+1
* checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches2013-02-211-0/+6
* checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches2013-02-211-0/+9
* checkpatch: fix $Float creation of match variablesJoe Perches2013-02-051-5/+5
* checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches2012-12-201-2/+5
* checkpatch: warn on CamelCase variable namesJoe Perches2012-12-171-6/+13
* checkpatch: add support for floating point constantsJoe Perches2012-12-171-1/+5
* checkpatch: find hex constants as a single IDENTJoe Perches2012-12-171-1/+1
* checkpatch: add --strict test for switch/default missing breakJoe Perches2012-12-171-2/+16
* checkpatch: warn when declaring "struct spinlock foo;"Joe Perches2012-12-171-0/+6
* checkpatch: Add --strict messages for blank lines around bracesJoe Perches2012-12-171-0/+10
* checkpatch: extend line continuation testJoe Perches2012-12-171-1/+3
* checkpatch: allow control over line length warning, default remains 80Joe Perches2012-12-171-3/+6
* checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft2012-12-171-14/+6
* checkpatch: remove reference to feature-removal-schedule.txtTao Ma2012-12-171-37/+0
* checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook2012-12-171-0/+13
* checkpatch: warn on unnecessary line continuationsJoe Perches2012-12-171-0/+9
* checkpatch: improve network block comment style checkingJoe Perches2012-11-091-2/+4
* checkpatch: fix name of "MODULE_PARM_DESC"Kees Cook2012-10-061-1/+1
* checkpatch: check networking specific block comment styleJoe Perches2012-10-061-0/+14
* checkpatch: update suggested printk conversionsJoe Perches2012-10-061-2/+4
* checkpatch: check utf-8 content from a commit log when it's missing from charsetPasi Savanainen2012-10-061-3/+12
* checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches2012-08-211-1/+2
* checkpatch: add checks for do {} while (0) macro misusesJoe Perches2012-07-301-0/+39
* checkpatch: Add acheck for use of sizeof without parenthesisJoe Perches2012-07-301-0/+6
* checkpatch: check usleep_range() argumentsJoe Perches2012-07-301-0/+16
* checkpatch: test for non-standard signaturesJoe Perches2012-07-301-1/+5
* checkpatch: Update alignment checkJoe Perches2012-07-301-2/+2
* checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches2012-05-311-0/+13
* checkpatch: check for whitespace before semicolon at EOLEric Nelson2012-05-311-0/+7
* checkpatch: revert --strict test for net/ and drivers/net block comment styleJoe Perches2012-04-161-6/+0
* checkpatch: check for quoted strings broken across linesJosh Triplett2012-03-231-0/+15
* checkpatch: whitespace - add/remove blank linesJoe Perches2012-03-231-1/+3
* checkpatch: warn on use of yield()Joe Perches2012-03-231-0/+6
* checkpatch: add --strict tests for braces, comments and castsJoe Perches2012-03-231-8/+32
* checkpatch: add [] to type extensionsAndy Whitcroft2012-03-231-1/+1
* checkpatch: high precedence operators do not require additional parentheses i...Andy Whitcroft2012-03-231-1/+1
* checkpatch: handle string concatenation in simple #definesAndy Whitcroft2012-03-231-0/+6
* checkpatch: allow simple character constants in #definesAndy Whitcroft2012-03-231-0/+1
* checkpatch: catch [ ... ] usage when not at the beginning of definitionAndy Whitcroft2012-03-231-1/+1