diff options
author | Andy Whitcroft <apw@shadowen.org> | 2008-07-23 21:28:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 10:47:25 -0700 |
commit | 6cbb2e711128b505209f7c910018aac77335c887 (patch) | |
tree | 6d9aada69eeb5b4d62f1c096d6fc0189d1185bf1 /scripts | |
parent | 5aa0769d089125e63f8dc23e0283e559e1790493 (diff) | |
download | linux-3.10-6cbb2e711128b505209f7c910018aac77335c887.tar.gz linux-3.10-6cbb2e711128b505209f7c910018aac77335c887.tar.bz2 linux-3.10-6cbb2e711128b505209f7c910018aac77335c887.zip |
checkpatch: Version: 0.20
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 6971bf078d1..66f060ecb81 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -9,7 +9,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.19'; +my $V = '0.20'; use Getopt::Long qw(:config no_auto_abbrev); |