From: Andy Whitcroft Date: Tue, 6 Jan 2009 22:41:30 +0000 (-0800) Subject: checkpatch: version: 0.26 X-Git-Tag: v2.6.29-rc1~334 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57b9c6d9c5074a06fda770a7f009d655593e0e29;p=platform%2Fkernel%2Flinux-3.10.git checkpatch: version: 0.26 Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index bd6ac90..7bed4ed 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -10,7 +10,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.25'; +my $V = '0.26'; use Getopt::Long qw(:config no_auto_abbrev);