summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* checkpatch.pl: be silent when -q and --ignore is givenArtem Bityutskiy2012-03-231-3/+2
* checkpatch: add some --strict coding style checksJoe Perches2012-03-231-10/+84
* include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches2012-03-231-0/+6
* checkpatch: Warn on code with 6+ tab indentationJoe Perches2012-02-071-0/+6
* checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft2012-01-101-4/+7
* checkpatch: typeof may have more complex argumentsAndy Whitcroft2012-01-101-1/+1
* checkpatch: ensure cast type is unique in the context parserAndy Whitcroft2012-01-101-1/+1
* checkpatch: fix complex macros handling of square bracketsAndy Whitcroft2012-01-101-1/+1
* checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft2012-01-101-1/+1
* checkpatch: complex macro should allow the empty do while loopAndy Whitcroft2012-01-101-1/+1
* checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft2012-01-101-1/+1
* checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft2012-01-101-5/+12
* checkpatch: optimise statement scanner when mid-statementAndy Whitcroft2012-01-101-2/+20
* checkpatch: ## is not a valid modifierAndy Whitcroft2012-01-101-1/+3
* checkpatch: improve memset and min/max with cast checkingJoe Perches2012-01-101-36/+33
* checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft2012-01-101-6/+22
* checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft2012-01-101-51/+39
* checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches2012-01-101-0/+6
* checkpatch: update signature "might be better as" warningJoe Perches2012-01-101-2/+5
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-11-061-0/+14
|\
| * script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGSArnaud Lacombe2011-08-311-0/+14
* | checkpatch: add a --strict check for utf-8 in commit logsJoe Perches2011-10-311-4/+26
* | kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches2011-10-311-3/+3
* | Merge branch 'master' into for-nextJiri Kosina2011-09-151-1/+2
|\ \
| * | checkpatch: add missing WARN argument for min_t and max_t testsHui Zhu2011-08-251-1/+2
| |/
* / treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-151-2/+2
|/
* checkpatch.pl: update $logFunctionsJoe Perches2011-07-251-3/+3
* checkpatch: make utf-8 test --strictJoe Perches2011-07-251-2/+2