From: Andy Whitcroft Date: Mon, 26 Oct 2009 23:50:17 +0000 (-0700) Subject: checkpatch: version 0.30 X-Git-Tag: v2.6.32-rc6~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e8d8f6f2844d4a663415c660ab5cc92e2e2477d;p=thirdparty%2Flinux.git checkpatch: version 0.30 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 88c4f6a5080b5..bc4114f1ab30b 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -10,7 +10,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.29'; +my $V = '0.30'; use Getopt::Long qw(:config no_auto_abbrev);