aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
* checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches2012-05-31
* checkpatch: check for whitespace before semicolon at EOLEric Nelson2012-05-31
* checkpatch: revert --strict test for net/ and drivers/net block comment styleJoe Perches2012-04-16
* checkpatch: check for quoted strings broken across linesJosh Triplett2012-03-23
* checkpatch: whitespace - add/remove blank linesJoe Perches2012-03-23
* checkpatch: warn on use of yield()Joe Perches2012-03-23
* checkpatch: add --strict tests for braces, comments and castsJoe Perches2012-03-23
* checkpatch: add [] to type extensionsAndy Whitcroft2012-03-23
* checkpatch: high precedence operators do not require additional parentheses i...Andy Whitcroft2012-03-23
* checkpatch: handle string concatenation in simple #definesAndy Whitcroft2012-03-23
* checkpatch: allow simple character constants in #definesAndy Whitcroft2012-03-23
* checkpatch: catch [ ... ] usage when not at the beginning of definitionAndy Whitcroft2012-03-23
* checkpatch.pl: be silent when -q and --ignore is givenArtem Bityutskiy2012-03-23
* checkpatch: add some --strict coding style checksJoe Perches2012-03-23
* include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches2012-03-23
* checkpatch: Warn on code with 6+ tab indentationJoe Perches2012-02-07
* checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft2012-01-10
* checkpatch: typeof may have more complex argumentsAndy Whitcroft2012-01-10
* checkpatch: ensure cast type is unique in the context parserAndy Whitcroft2012-01-10
* checkpatch: fix complex macros handling of square bracketsAndy Whitcroft2012-01-10
* checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft2012-01-10
* checkpatch: complex macro should allow the empty do while loopAndy Whitcroft2012-01-10
* checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft2012-01-10
* checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft2012-01-10
* checkpatch: optimise statement scanner when mid-statementAndy Whitcroft2012-01-10
* checkpatch: ## is not a valid modifierAndy Whitcroft2012-01-10
* checkpatch: improve memset and min/max with cast checkingJoe Perches2012-01-10
* checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft2012-01-10
* checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft2012-01-10
* checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches2012-01-10
* checkpatch: update signature "might be better as" warningJoe Perches2012-01-10
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-11-06
|\
| * script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGSArnaud Lacombe2011-08-31
* | checkpatch: add a --strict check for utf-8 in commit logsJoe Perches2011-10-31
* | kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches2011-10-31
* | Merge branch 'master' into for-nextJiri Kosina2011-09-15
|\ \
| * | checkpatch: add missing WARN argument for min_t and max_t testsHui Zhu2011-08-25
| |/
* / treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-15
|/
* checkpatch.pl: update $logFunctionsJoe Perches2011-07-25
* checkpatch: make utf-8 test --strictJoe Perches2011-07-25
* checkpatch.pl: add ability to ignore various messagesJoe Perches2011-07-25
* checkpatch: add a "prefer __aligned" checkJoe Perches2011-07-25
* checkpatch: validate signature styles and To: and Cc: linesJoe Perches2011-07-25
* checkpatch: add __rcu as a sparse modifierSven Eckelmann2011-07-25
* checkpatch: suggest using min_t or max_tJoe Perches2011-07-25
* checkpatch: add warning for uses of printk_ratelimitJoe Perches2011-06-15
* checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsJoe Perches2011-05-25
* checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsJoe Perches2011-05-25
* checkpatch: add check for line continuations in quoted stringsJoe Perches2011-05-25
* Fix common misspellingsLucas De Marchi2011-03-31