aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2011-07-25checkpatch.pl: update $logFunctionsGravatar Joe Perches 1-3/+3
2011-07-25checkpatch: make utf-8 test --strictGravatar Joe Perches 1-2/+2
2011-07-25checkpatch.pl: add ability to ignore various messagesGravatar Joe Perches 1-143/+355
2011-07-25checkpatch: add a "prefer __aligned" checkGravatar Joe Perches 1-0/+5
2011-07-25checkpatch: validate signature styles and To: and Cc: linesGravatar Joe Perches 1-8/+115
2011-07-25checkpatch: add __rcu as a sparse modifierGravatar Sven Eckelmann 1-1/+2
2011-07-25checkpatch: suggest using min_t or max_tGravatar Joe Perches 1-0/+35
2011-06-15checkpatch: add warning for uses of printk_ratelimitGravatar Joe Perches 1-0/+5
2011-05-25checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsGravatar Joe Perches 1-1/+1
2011-05-25checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsGravatar Joe Perches 1-3/+3
2011-05-25checkpatch: add check for line continuations in quoted stringsGravatar Joe Perches 1-0/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2011-03-22checkpatch: warn about memset with swapped argumentsGravatar Dave Jones 1-0/+5
2011-03-22scripts/checkpatch.pl: reset rpt_cleaners warningsGravatar Mike Frysinger 1-0/+1
2011-03-22kstrto*: converting strings to integers done (hopefully) rightGravatar Alexey Dobriyan 1-2/+2
2011-01-27locking: Remove deprecated lock initializersGravatar Thomas Gleixner 1-5/+0
2011-01-13checkpatch.pl: add "prefer __packed" checkGravatar Joe Perches 1-0/+5
2011-01-13checkpatch: check for world-writeable sysfs/debugfs filesGravatar Dave Jones 1-0/+5
2011-01-13checkpatch.pl: fix CAST detectionGravatar Florian Mickler 1-1/+1
2011-01-13scripts/checkpatch.pl: add check for multiple terminating semicolons and cast...Gravatar Joe Perches 1-1/+6
2010-10-30semaphore: Remove mutex emulationGravatar Thomas Gleixner 1-6/+2
2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idGravatar Joe Perches 1-0/+5
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static cons...Gravatar Joe Perches 1-0/+12
2010-10-26checkpatch: version 0.31Gravatar Andy Whitcroft 1-1/+1
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesGravatar Andy Whitcroft 1-6/+6
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarGravatar Andy Whitcroft 1-1/+10
2010-10-26checkpatch: clean up structure definition macro handlineGravatar Andy Whitcroft 1-2/+2
2010-10-26checkpatch: update copyright datesGravatar Andy Whitcroft 1-1/+1
2010-10-26checkpatch: Add additional attribute #definesGravatar Joe Perches 1-0/+14
2010-10-26checkpatch: check for incorrect permissionsGravatar Rabin Vincent 1-1/+13
2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpGravatar Andy Whitcroft 1-5/+21
2010-10-26checkpatch: simplify and consolidate "missing space after" checksGravatar Andy Whitcroft 1-10/+5
2010-10-26checkpatch: add check for space after struct, union, and enumGravatar Andy Whitcroft 1-0/+10
2010-10-26checkpatch: returning errno typically should be negativeGravatar Andy Whitcroft 1-0/+7
2010-10-26checkpatch: handle casts better fixing false categorisation of : as binaryGravatar Andy Whitcroft 1-0/+5
2010-10-26checkpatch: ensure we do not collapse bracketed sections into constantsGravatar Andy Whitcroft 1-3/+4
2010-10-26checkpatch: suggest cleanpatch and cleanfile when appropriateGravatar Andy Whitcroft 1-0/+13
2010-10-26checkpatch: types may sit on a line on their ownGravatar Andy Whitcroft 1-1/+1
2010-10-26checkpatch: fix regressions in "fix handling of leading spaces"Gravatar Andy Whitcroft 1-3/+6
2010-08-09checkpatch: fix extraneous EXPORT_SYMBOL* warningsGravatar Patrick Pannuto 1-0/+3
2010-08-09checkpatch: warn about unexpectedly long msleep'sGravatar Patrick Pannuto 1-0/+7
2010-08-09checkpatch: prefer usleep_range over udelayGravatar Patrick Pannuto 1-0/+8
2010-08-09checkpatch: add more exceptions to 80 char linesGravatar Joe Perches 1-2/+3
2010-08-09checkpatch: change externals to globalsGravatar Joe Eloff 1-2/+2
2010-08-09checkpatch: fix handling of leading spacesGravatar Raffaele Recalcati 1-0/+7
2010-08-09checkpatch: refactor 'allowed asm includes' and add memory.hGravatar Wolfram Sang 1-1/+7
2010-05-25checkpatch: warn on declaration with storage class not at the beginningGravatar Tobias Klauser 1-0/+5
2010-05-25checkpatch: add check for too short Kconfig descriptionsGravatar Andi Kleen 1-0/+15
2010-05-21lockdep: Add novalidate class for dev->mutex conversionGravatar Peter Zijlstra 1-0/+11
2010-03-06checkpatch: warn on unnecessary spaces before quoted newlinesGravatar Joe Perches 1-0/+5