summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* checkpatch: update copyright datesAndy Whitcroft2010-10-261-1/+1
* checkpatch: Add additional attribute #definesJoe Perches2010-10-261-0/+14
* checkpatch: check for incorrect permissionsRabin Vincent2010-10-261-1/+13
* checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft2010-10-261-5/+21
* checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft2010-10-261-10/+5
* checkpatch: add check for space after struct, union, and enumAndy Whitcroft2010-10-261-0/+10
* checkpatch: returning errno typically should be negativeAndy Whitcroft2010-10-261-0/+7
* checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft2010-10-261-0/+5
* checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft2010-10-261-3/+4
* checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft2010-10-261-0/+13
* checkpatch: types may sit on a line on their ownAndy Whitcroft2010-10-261-1/+1
* checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft2010-10-261-3/+6
* checkpatch: fix extraneous EXPORT_SYMBOL* warningsPatrick Pannuto2010-08-091-0/+3
* checkpatch: warn about unexpectedly long msleep'sPatrick Pannuto2010-08-091-0/+7
* checkpatch: prefer usleep_range over udelayPatrick Pannuto2010-08-091-0/+8
* checkpatch: add more exceptions to 80 char linesJoe Perches2010-08-091-2/+3
* checkpatch: change externals to globalsJoe Eloff2010-08-091-2/+2
* checkpatch: fix handling of leading spacesRaffaele Recalcati2010-08-091-0/+7
* checkpatch: refactor 'allowed asm includes' and add memory.hWolfram Sang2010-08-091-1/+7
* checkpatch: warn on declaration with storage class not at the beginningTobias Klauser2010-05-251-0/+5
* checkpatch: add check for too short Kconfig descriptionsAndi Kleen2010-05-251-0/+15
* lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-211-0/+11
* checkpatch: warn on unnecessary spaces before quoted newlinesJoe Perches2010-03-061-0/+5
* checkpatch.pl: warn if an adding line introduce spaces before tabs.Alberto Panizzo2010-03-061-0/+6
* checkpatch.pl: extend list of expected-to-be-const structuresEmese Revfy2010-03-061-2/+39
* checkpatch.pl: add union and struct to the exceptions listStefani Seibold2010-03-061-0/+2
* checkpatch: fix false positive on __initconstWolfram Sang2010-03-061-1/+4
* checkpatch.pl: allow > 80 char lines for logging functions not just printkJoe Perches2010-03-061-1/+9
* checkpatch: trivial fix for trailing statements checkHidetoshi Seto2010-03-061-1/+3
* scripts/checkpatch.pl: add WARN on sizeof(&foo)Joe Perches2010-03-061-0/+5
* remove my email address from checkpatch.Dave Jones2010-01-121-1/+1
* checkpatch: version 0.30Andy Whitcroft2009-10-291-1/+1
* checkpatch: fix false EXPORT_SYMBOL warningAndy Whitcroft2009-10-291-9/+39
* checkpatch: fix __attribute__ matchingAndy Whitcroft2009-10-291-2/+2
* checkpatch: fix false errors due to macro concatenationAndy Whitcroft2009-10-291-1/+4
* checkpatch: update copyright datesAndy Whitcroft2009-10-291-1/+1
* checkpatch: correctly stop scanning at the bottom of a hunkAndy Whitcroft2009-10-291-1/+2
* checkpatch: possible types -- prevent illegal modifiers being addedAndy Whitcroft2009-10-291-8/+12
* checkpatch: add some common Blackfin checksMike Frysinger2009-09-221-0/+22
* checkpatch: version 0.29Andy Whitcroft2009-09-221-1/+1
* checkpatch: limit sN/uN matches to actual bit sizesAndy Whitcroft2009-09-221-2/+2
* checkpatch: format strings should not have brackets in macrosAndy Whitcroft2009-09-221-1/+2
* checkpatch: make -f alias --file, add --help, more verbose help messageHannes Eder2009-09-221-13/+42
* checkpatch: indent checks -- stop when we run out of continuation linesAndy Whitcroft2009-09-221-2/+3
OpenPOWER on IntegriCloud