aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches
2010-10-26checkpatch: version 0.31Andy Whitcroft
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft
2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft
2010-10-26checkpatch: update copyright datesAndy Whitcroft
2010-10-26checkpatch: Add additional attribute #definesJoe Perches
2010-10-26checkpatch: check for incorrect permissionsRabin Vincent
2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft
2010-10-26checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft
2010-10-26checkpatch: add check for space after struct, union, and enumAndy Whitcroft
2010-10-26checkpatch: returning errno typically should be negativeAndy Whitcroft
2010-10-26checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft
2010-10-26checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft
2010-10-26checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft
2010-10-26checkpatch: types may sit on a line on their ownAndy Whitcroft
2010-10-26checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft
2010-08-09checkpatch: fix extraneous EXPORT_SYMBOL* warningsPatrick Pannuto
2010-08-09checkpatch: warn about unexpectedly long msleep'sPatrick Pannuto
2010-08-09checkpatch: prefer usleep_range over udelayPatrick Pannuto
2010-08-09checkpatch: add more exceptions to 80 char linesJoe Perches
2010-08-09checkpatch: change externals to globalsJoe Eloff
2010-08-09checkpatch: fix handling of leading spacesRaffaele Recalcati
2010-08-09checkpatch: refactor 'allowed asm includes' and add memory.hWolfram Sang
2010-05-25checkpatch: warn on declaration with storage class not at the beginningTobias Klauser
2010-05-25checkpatch: add check for too short Kconfig descriptionsAndi Kleen
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra
2010-03-06checkpatch: warn on unnecessary spaces before quoted newlinesJoe Perches
2010-03-06checkpatch.pl: warn if an adding line introduce spaces before tabs.Alberto Panizzo
2010-03-06checkpatch.pl: extend list of expected-to-be-const structuresEmese Revfy
2010-03-06checkpatch.pl: add union and struct to the exceptions listStefani Seibold
2010-03-06checkpatch: fix false positive on __initconstWolfram Sang
2010-03-06checkpatch.pl: allow > 80 char lines for logging functions not just printkJoe Perches
2010-03-06checkpatch: trivial fix for trailing statements checkHidetoshi Seto
2010-03-06scripts/checkpatch.pl: add WARN on sizeof(&foo)Joe Perches
2010-01-12remove my email address from checkpatch.Dave Jones
2009-10-29checkpatch: version 0.30Andy Whitcroft
2009-10-29checkpatch: fix false EXPORT_SYMBOL warningAndy Whitcroft
2009-10-29checkpatch: fix __attribute__ matchingAndy Whitcroft
2009-10-29checkpatch: fix false errors due to macro concatenationAndy Whitcroft
2009-10-29checkpatch: update copyright datesAndy Whitcroft
2009-10-29checkpatch: correctly stop scanning at the bottom of a hunkAndy Whitcroft
2009-10-29checkpatch: possible types -- prevent illegal modifiers being addedAndy Whitcroft
2009-09-22checkpatch: add some common Blackfin checksMike Frysinger
2009-09-22checkpatch: version 0.29Andy Whitcroft
2009-09-22checkpatch: limit sN/uN matches to actual bit sizesAndy Whitcroft
2009-09-22checkpatch: format strings should not have brackets in macrosAndy Whitcroft
2009-09-22checkpatch: make -f alias --file, add --help, more verbose help messageHannes Eder
2009-09-22checkpatch: indent checks -- stop when we run out of continuation linesAndy Whitcroft