From: Andy Whitcroft Date: Thu, 16 Oct 2008 05:02:24 +0000 (-0700) Subject: checkpatch: version: 0.22 X-Git-Tag: v2.6.28-rc1~481 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=dea79cd3dfb4a50e4c3d0dcb7294f6d633b455d1;p=~shefty%2Frdma-dev.git checkpatch: version: 0.22 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 ba677c17c33..66bcedc0c8b 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -9,7 +9,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.21'; +my $V = '0.22'; use Getopt::Long qw(:config no_auto_abbrev);