checkpatch: version 0.31
authorAndy Whitcroft <[email protected]>
Tue, 26 Oct 2010 21:23:19 +0000 (14:23 -0700)
committerLinus Torvalds <[email protected]>
Tue, 26 Oct 2010 23:52:21 +0000 (16:52 -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 d086ffe377d5b1dc66e52040e536b0a87ea834c8..c1e7fb3eab44598c4991bd62a4cc38ebcf885446 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 my $P = $0;
 $P =~ s@.*/@@g;
 
-my $V = '0.30';
+my $V = '0.31';
 
 use Getopt::Long qw(:config no_auto_abbrev);