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