X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fcheckpatch.pl;h=45eb0ae98ebab2c6a771e1d10bfbb10df9231823;hb=db92a6502d4e8cb885e85e862b24ba5c07036fbf;hp=447435c33dd5699ff6375d45978e3d992b630fe5;hpb=6903ffb2257266472ef2edd0092d526ae2dc00f7;p=linux-2.6-omap-h63xx.git diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 447435c33dd..45eb0ae98eb 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -10,7 +10,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.26'; +my $V = '0.27'; use Getopt::Long qw(:config no_auto_abbrev);