commit | 267ad8f42644c2fa4ff6c2e7596d2b02c7397c85 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@canonical.com> | Tue Oct 26 14:23:19 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 26 16:52:21 2010 -0700 |
tree | 3ee37f7c98f3f0f54ddc3d165bf48c576205eb17 | |
parent | 01464f30a97c5c30bf9633309b27cce055cef8fd [diff] [blame] |
checkpatch: version 0.31 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 d086ffe..c1e7fb3 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl
@@ -10,7 +10,7 @@ my $P = $0; $P =~ s@.*/@@g; -my $V = '0.30'; +my $V = '0.31'; use Getopt::Long qw(:config no_auto_abbrev);