summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorLines
2008-07-24checkpatch: possible modifiers -- handle multiple modifiers and trailingAndy Whitcroft-3/+5
2008-07-24checkpatch: possible types -- known modifiers cannot be typesAndy Whitcroft-1/+1
2008-07-24checkpatch: handle return types of pointers to functionsAndy Whitcroft-1/+1
2008-07-24checkpatch: macro complexity checks are meaningless in linker scriptsAndy Whitcroft-1/+2
2008-07-24checkpatch: possible modifiers are not being correctly matchedAndy Whitcroft-4/+3
2008-07-24checkpatch: improve type matcher debugAndy Whitcroft-4/+7
2008-07-24checkpatch: allow for type modifiers on multiple declarationsAndy Whitcroft-0/+4
2008-07-24checkpatch: correct spelling in kfree checksWolfram Sang-1/+1
2008-07-24checkpatch: usb_free_urb() can take NULLGreg Kroah-Hartman-0/+7
2008-07-24checkpatch: condition/loop indent checksAndy Whitcroft-4/+55
2008-07-24checkpatch: toughen trailing if statement checks and extend them to while and...Andy Whitcroft-5/+5
2008-07-24checkpatch: check spacing for square bracketsAndy Whitcroft-0/+11
2008-07-24checkpatch: switch -- report trailing statements on case and defaultAndy Whitcroft-0/+4
2008-07-24checkpatch: allow printk strings to exceed 80 characters to maintain their se...Andy Whitcroft-1/+3
2008-07-24checkpatch: trailing statement indent: fix end of statement locationAndy Whitcroft-5/+10
2008-07-24checkpatch: macros: fix statement counting block end detectionAndy Whitcroft-12/+11
2008-07-24checkpatch: types: unary -- goto introduces unary contextAndy Whitcroft-1/+1
2008-07-24checkpatch: comment detection: ignore macro continuation when detecting assoc...Andy Whitcroft-1/+1
2008-07-24checkpatch: possible types: __asm__ is never a typeAndy Whitcroft-1/+1
2008-07-24checkpatch: add a checkpatch warning for new uses of __initcall().Michael Ellerman-0/+4
2008-07-24checkpatch: types: some types may also be identifiersAndy Whitcroft-5/+6
2008-07-24checkpatch: return is not a function -- parentheses for casts are ok tooAndy Whitcroft-0/+1
2008-07-24checkpatch: Version: 0.20Andy Whitcroft-1/+1
2008-06-06update checkpatch.pl to version 0.19Andy Whitcroft-102/+182
2008-04-29update checkpatch.pl to version 0.18Andy Whitcroft-5/+20
2008-04-29update checkpatch.pl to version 0.17Andy Whitcroft-41/+90
2008-04-24checkpatch: usb_free_urb() can take NULLGreg Kroah-Hartman-0/+7
2008-03-28update checkpatch.pl to version 0.16Andy Whitcroft-184/+279
2008-03-04update checkpatch.pl to version 0.15Andy Whitcroft-117/+206
2008-02-08update checkpatch.pl to version 0.14Andy Whitcroft-42/+184
2008-02-08update checkpatch.pl to version 0.13Andy Whitcroft-96/+198
2007-11-29update checkpatch.pl to version 0.12Andy Whitcroft-108/+287
2007-10-18update checkpatch.pl to version 0.11Andy Whitcroft-174/+340
2007-10-17update checkpatch.pl to version 0.10Andy Whitcroft-58/+196
2007-08-11update checkpatch.pl to version 0.09Andy Whitcroft-31/+71
2007-07-19update checkpatch.pl to version 0.08Andy Whitcroft-32/+143
2007-07-16update checkpatch.pl to version 0.07Andy Whitcroft-196/+178
2007-06-24update checkpatch.pl to version 0.06Andy Whitcroft-53/+92
2007-06-24update checkpatch.pl to version 0.05Andy Whitcroft-54/+129
2007-06-08update checkpatch.pl to version 0.04Andy Whitcroft-81/+193
2007-06-08checkpatch: produce fewer lines of outputRandy Dunlap-2/+2
2007-06-08update checkpatch.pl to version 0.03Andy Whitcroft-84/+245
2007-06-07checkpatch.pl: should be executableAndy Whitcroft-0/+0
2007-06-01add a trivial patch style checkerAndy Whitcroft-0/+595