From: Andy Whitcroft Date: Thu, 24 Jul 2008 04:28:55 +0000 (-0700) Subject: checkpatch: Version: 0.20 X-Git-Tag: v2.6.27-rc1~718 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6cbb2e711128b505209f7c910018aac77335c887;p=linux-2.6-omap-h63xx.git checkpatch: Version: 0.20 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 6971bf078d1..66f060ecb81 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -9,7 +9,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.19'; +my $V = '0.20'; use Getopt::Long qw(:config no_auto_abbrev);