Commit 267ad8f42644c2fa4ff6c2e7596d2b02c7397c85

Authored by Andy Whitcroft
Committed by Linus Torvalds
1 parent 01464f30a9

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/checkpatch.pl
... ... @@ -10,7 +10,7 @@
10 10 my $P = $0;
11 11 $P =~ s@.*/@@g;
12 12  
13   -my $V = '0.30';
  13 +my $V = '0.31';
14 14  
15 15 use Getopt::Long qw(:config no_auto_abbrev);
16 16