checkpatch: version 0.30
authorAndy Whitcroft <[email protected]>
Mon, 26 Oct 2009 23:50:17 +0000 (16:50 -0700)
committerLinus Torvalds <[email protected]>
Thu, 29 Oct 2009 14:39:31 +0000 (07:39 -0700)
Signed-off-by: Andy Whitcroft <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl

index 88c4f6a5080b55a5ec17937bac6a00866101927a..bc4114f1ab30b6efe49a9d7fcbc92cc7ff5fc313 100755 (executable)
@@ -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);