summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorAndy Whitcroft2008-10-16 07:02:24 +0200
committerLinus Torvalds2008-10-16 20:21:35 +0200
commitdea79cd3dfb4a50e4c3d0dcb7294f6d633b455d1 (patch)
tree23dea3a259163a03744de31f580c760c5ed75216 /scripts/checkpatch.pl
parentcheckpatch: perform indent checks on perl (diff)
downloadkernel-qcow2-linux-dea79cd3dfb4a50e4c3d0dcb7294f6d633b455d1.tar.gz
kernel-qcow2-linux-dea79cd3dfb4a50e4c3d0dcb7294f6d633b455d1.tar.xz
kernel-qcow2-linux-dea79cd3dfb4a50e4c3d0dcb7294f6d633b455d1.zip
checkpatch: version: 0.22
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 ba677c17c334..66bcedc0c8b3 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -9,7 +9,7 @@ use strict;
my $P = $0;
$P =~ s@.*/@@g;
-my $V = '0.21';
+my $V = '0.22';
use Getopt::Long qw(:config no_auto_abbrev);