checkpatch: version 0.21
authorAndy Whitcroft <[email protected]>
Thu, 24 Jul 2008 04:29:12 +0000 (21:29 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:27 +0000 (10:47 -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 022ee557b681fa565296124af989c321c14a93d5..bc6779398229757a94a44a4d3ef4a70dbf618a49 100755 (executable)
@@ -9,7 +9,7 @@ use strict;
 my $P = $0;
 $P =~ s@.*/@@g;
 
-my $V = '0.20';
+my $V = '0.21';
 
 use Getopt::Long qw(:config no_auto_abbrev);