summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
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
2009-09-22checkpatch: handle C99 comments correctly (performance issue)Daniel Walker
2009-09-22checkpatch: possible types -- else cannot start a typeAndy Whitcroft
2009-02-27checkpatch: version 0.28Andy Whitcroft
2009-02-27checkpatch: add __ref as a sparse modifierAndy Whitcroft
2009-02-27checkpatch: extend attribute testing to all modifiersAndy Whitcroft
2009-02-27checkpatch: a modifier is not an identifier at the end of a typeAndy Whitcroft
2009-02-27checkpatch: pointer type star may have modifiers followingAndy Whitcroft
2009-02-27checkpatch: correctly handle type spacing in the face of modifiersAndy Whitcroft
2009-02-27checkpatch: do not warn about -p0 patches when checking filesAndy Whitcroft
2009-02-27checkpatch: make in_atomic ok in the coreAndy Whitcroft
2009-01-15checkpatch: version: 0.27Andy Whitcroft
2009-01-15checkpatch: struct seq_operations should normally be constAndy Whitcroft
2009-01-15checkpatch: if should not continue a preceeding braceAndy Whitcroft
2009-01-15checkpatch: allow parentheses on return handle array valuesAndy Whitcroft
2009-01-15checkpatch: type/cast spacing should not check prefix spacingAndy Whitcroft
2009-01-15checkpatch: handle missing #if open in contextAndy Whitcroft
2009-01-06checkpatch: version: 0.26Andy Whitcroft
2009-01-06checkpatch: fix the perlcritic errorsAndy Whitcroft
2009-01-06checkpatch: struct file_operations should normally be constAndy Whitcroft
2009-01-06checkpatch: ensure we actually detect if assignments split across linesAndy Whitcroft
2009-01-06checkpatch: do not report nr_static as a static declarationAndy Whitcroft
2009-01-06checkpatch: track #ifdef/#else/#endif when tracking blocksAndy Whitcroft
2009-01-06checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft
2009-01-06checkpatch: loosen spacing on typedef function checksAndy Whitcroft
2009-01-06checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger
2009-01-06checkpatch: allow parentheses on return for comparisonsAndy Whitcroft
2009-01-06checkpatch: Add warning for p0-patchesWolfram Sang
2009-01-06checkpatch: update copyrightsAndy Whitcroft