From: Andy Whitcroft Date: Fri, 27 Feb 2009 22:03:09 +0000 (-0800) Subject: checkpatch: version 0.28 X-Git-Tag: firefly_0821_release~15414 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bea5606d08a36a5fdcf815073d3593ddd2c8549e;p=firefly-linux-kernel-4.4.55.git checkpatch: version 0.28 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 60ad8dbd79e1..2d5ece798c4c 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -10,7 +10,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.27'; +my $V = '0.28'; use Getopt::Long qw(:config no_auto_abbrev);