summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* checkpatch.pl: add ability to ignore various messagesJoe Perches2011-07-251-143/+355
* checkpatch: add a "prefer __aligned" checkJoe Perches2011-07-251-0/+5
* checkpatch: validate signature styles and To: and Cc: linesJoe Perches2011-07-251-8/+115
* checkpatch: add __rcu as a sparse modifierSven Eckelmann2011-07-251-1/+2
* checkpatch: suggest using min_t or max_tJoe Perches2011-07-251-0/+35
* checkpatch: add warning for uses of printk_ratelimitJoe Perches2011-06-151-0/+5
* checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsJoe Perches2011-05-251-1/+1
* checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsJoe Perches2011-05-251-3/+3
* checkpatch: add check for line continuations in quoted stringsJoe Perches2011-05-251-0/+5
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* checkpatch: warn about memset with swapped argumentsDave Jones2011-03-221-0/+5
* scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger2011-03-221-0/+1
* kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-221-2/+2
* locking: Remove deprecated lock initializersThomas Gleixner2011-01-271-5/+0
* checkpatch.pl: add "prefer __packed" checkJoe Perches2011-01-131-0/+5
* checkpatch: check for world-writeable sysfs/debugfs filesDave Jones2011-01-131-0/+5
* checkpatch.pl: fix CAST detectionFlorian Mickler2011-01-131-1/+1
* scripts/checkpatch.pl: add check for multiple terminating semicolons and cast...Joe Perches2011-01-131-1/+6
* semaphore: Remove mutex emulationThomas Gleixner2010-10-301-6/+2
* scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches2010-10-261-0/+5
* scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches2010-10-261-0/+12
* checkpatch: version 0.31Andy Whitcroft2010-10-261-1/+1
* checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft2010-10-261-6/+6
* checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft2010-10-261-1/+10
* checkpatch: clean up structure definition macro handlineAndy Whitcroft2010-10-261-2/+2
OpenPOWER on IntegriCloud