summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2009-02-27 14:03:09 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-02-27 16:26:22 -0800
commitbea5606d08a36a5fdcf815073d3593ddd2c8549e (patch)
treee9dcbbbe568da9b36dd68e8163d06b7c0ea29eb8 /scripts
parent417495eda3ce50f9c6d28f8e9ddb3bbb25f07f4c (diff)
checkpatch: version 0.28
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
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);