aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2008-07-24checkpatch: correct spelling in kfree checksGravatar Wolfram Sang 1-1/+1
2008-07-24checkpatch: usb_free_urb() can take NULLGravatar Greg Kroah-Hartman 1-0/+7
2008-07-24checkpatch: condition/loop indent checksGravatar Andy Whitcroft 1-4/+55
2008-07-24checkpatch: toughen trailing if statement checks and extend them to while and...Gravatar Andy Whitcroft 1-5/+5
2008-07-24checkpatch: check spacing for square bracketsGravatar Andy Whitcroft 1-0/+11
2008-07-24checkpatch: switch -- report trailing statements on case and defaultGravatar Andy Whitcroft 1-0/+4
2008-07-24checkpatch: allow printk strings to exceed 80 characters to maintain their se...Gravatar Andy Whitcroft 1-1/+3
2008-07-24checkpatch: trailing statement indent: fix end of statement locationGravatar Andy Whitcroft 1-5/+10
2008-07-24checkpatch: macros: fix statement counting block end detectionGravatar Andy Whitcroft 1-12/+11
2008-07-24checkpatch: types: unary -- goto introduces unary contextGravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: comment detection: ignore macro continuation when detecting assoc...Gravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: possible types: __asm__ is never a typeGravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: add a checkpatch warning for new uses of __initcall().Gravatar Michael Ellerman 1-0/+4
2008-07-24checkpatch: types: some types may also be identifiersGravatar Andy Whitcroft 1-5/+6
2008-07-24checkpatch: return is not a function -- parentheses for casts are ok tooGravatar Andy Whitcroft 1-0/+1
2008-07-24checkpatch: Version: 0.20Gravatar Andy Whitcroft 1-1/+1
2008-06-06update checkpatch.pl to version 0.19Gravatar Andy Whitcroft 1-102/+182
2008-04-29update checkpatch.pl to version 0.18Gravatar Andy Whitcroft 1-5/+20
2008-04-29update checkpatch.pl to version 0.17Gravatar Andy Whitcroft 1-41/+90
2008-04-24checkpatch: usb_free_urb() can take NULLGravatar Greg Kroah-Hartman 1-0/+7
2008-03-28update checkpatch.pl to version 0.16Gravatar Andy Whitcroft 1-184/+279
2008-03-04update checkpatch.pl to version 0.15Gravatar Andy Whitcroft 1-117/+206
2008-02-08update checkpatch.pl to version 0.14Gravatar Andy Whitcroft 1-42/+184
2008-02-08update checkpatch.pl to version 0.13Gravatar Andy Whitcroft 1-96/+198
2007-11-29update checkpatch.pl to version 0.12Gravatar Andy Whitcroft 1-108/+287
2007-10-18update checkpatch.pl to version 0.11Gravatar Andy Whitcroft 1-174/+340
2007-10-17update checkpatch.pl to version 0.10Gravatar Andy Whitcroft 1-58/+196
2007-08-11update checkpatch.pl to version 0.09Gravatar Andy Whitcroft 1-31/+71
2007-07-19update checkpatch.pl to version 0.08Gravatar Andy Whitcroft 1-32/+143
2007-07-16update checkpatch.pl to version 0.07Gravatar Andy Whitcroft 1-196/+178
2007-06-24update checkpatch.pl to version 0.06Gravatar Andy Whitcroft 1-53/+92
2007-06-24update checkpatch.pl to version 0.05Gravatar Andy Whitcroft 1-54/+129
2007-06-08update checkpatch.pl to version 0.04Gravatar Andy Whitcroft 1-81/+193
2007-06-08checkpatch: produce fewer lines of outputGravatar Randy Dunlap 1-2/+2
2007-06-08update checkpatch.pl to version 0.03Gravatar Andy Whitcroft 1-84/+245
2007-06-07checkpatch.pl: should be executableGravatar Andy Whitcroft 1-0/+0
2007-06-01add a trivial patch style checkerGravatar Andy Whitcroft 1-0/+595