From: Andy Whitcroft Date: Tue, 6 Jan 2009 22:41:21 +0000 (-0800) Subject: checkpatch: version: 0.25 X-Git-Tag: v2.6.29-rc1~347 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=50a7dcfb5062a5d9a0dcb28943a1e0cd5f0f60c2;p=linux-2.6-omap-h63xx.git checkpatch: version: 0.25 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 85078367427..770fa4101f4 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -9,7 +9,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.24'; +my $V = '0.25'; use Getopt::Long qw(:config no_auto_abbrev);