The following commit has been merged in the linux branch: commit 5e8d8f6f2844d4a663415c660ab5cc92e2e2477d Author: Andy Whitcroft apw@canonical.com Date: Mon Oct 26 16:50:17 2009 -0700
checkpatch: version 0.30
Signed-off-by: Andy Whitcroft apw@canonical.com Signed-off-by: Andrew Morton akpm@linux-foundation.org Signed-off-by: Linus Torvalds torvalds@linux-foundation.org
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 88c4f6a..bc4114f 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);