Commit 57b9c6d9c5074a06fda770a7f009d655593e0e29

Authored by Andy Whitcroft
Committed by Linus Torvalds
1 parent 21caa13c02

checkpatch: version: 0.26

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.25';
  13 +my $V = '0.26';
14 14  
15 15 use Getopt::Long qw(:config no_auto_abbrev);
16 16