From: Andy Whitcroft Date: Thu, 24 Jul 2008 04:29:12 +0000 (-0700) Subject: checkpatch: version 0.21 X-Git-Tag: v2.6.27-rc1~691 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=33cba0657393a75e18e1781e3e13613303f18124;p=linux-2.6-omap-h63xx.git checkpatch: version 0.21 Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 022ee557b68..bc677939822 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);