From: Andy Whitcroft <apw@canonical.com>
Date: Thu, 15 Jan 2009 21:51:07 +0000 (-0800)
Subject: checkpatch: version: 0.27
X-Git-Tag: firefly_0821_release~15820
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=db92a6502d4e8cb885e85e862b24ba5c07036fbf;p=firefly-linux-kernel-4.4.55.git

checkpatch: version: 0.27

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 447435c33dd5..45eb0ae98eba 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);