]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
checkpatch: version: 0.25
authorAndy Whitcroft <apw@shadowen.org>
Tue, 6 Jan 2009 22:41:21 +0000 (14:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:16 +0000 (15:59 -0800)
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl

index 850783674278e095c3421cb99ffd0db70220f13d..770fa4101f433a33648df487c3bda08df3dc092d 100755 (executable)
@@ -9,7 +9,7 @@ use strict;
 my $P = $0;
 $P =~ s@.*/@@g;
 
-my $V = '0.24';
+my $V = '0.25';
 
 use Getopt::Long qw(:config no_auto_abbrev);