From: Andy Whitcroft Date: Tue, 26 Oct 2010 21:23:19 +0000 (-0700) Subject: checkpatch: version 0.31 X-Git-Tag: v2.6.37-rc1~105^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=267ad8f42644c2fa4ff6c2e7596d2b02c7397c85;p=~shefty%2Frdma-dev.git checkpatch: version 0.31 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 d086ffe377d..c1e7fb3eab4 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -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);