summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorAndy Whitcroft2008-07-24 06:29:12 +0200
committerLinus Torvalds2008-07-24 19:47:27 +0200
commit33cba0657393a75e18e1781e3e13613303f18124 (patch)
tree81e492d8d9611cddd70165bd3def46a53773a482 /scripts/checkpatch.pl
parentcheckpatch: types cannot start mid word for pointer tests (diff)
downloadkernel-qcow2-linux-33cba0657393a75e18e1781e3e13613303f18124.tar.gz
kernel-qcow2-linux-33cba0657393a75e18e1781e3e13613303f18124.tar.xz
kernel-qcow2-linux-33cba0657393a75e18e1781e3e13613303f18124.zip
checkpatch: version 0.21
Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 022ee557b681..bc6779398229 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -9,7 +9,7 @@ use strict;
my $P = $0;
$P =~ s@.*/@@g;
-my $V = '0.20';
+my $V = '0.21';
use Getopt::Long qw(:config no_auto_abbrev);