From: Andy Whitcroft Date: Thu, 16 Oct 2008 05:02:36 +0000 (-0700) Subject: checkpatch: version: 0.24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6e144ee546b4bb4902524e639dc9c2cd4f7f97a4;p=linux-beck.git checkpatch: version: 0.24 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 ada27c44da02..e30bac141b21 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -9,7 +9,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.23'; +my $V = '0.24'; use Getopt::Long qw(:config no_auto_abbrev);