diff options
author | Andy Whitcroft <apw@shadowen.org> | 2008-07-24 06:28:55 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 19:47:25 +0200 |
commit | 6cbb2e711128b505209f7c910018aac77335c887 (patch) | |
tree | 6d9aada69eeb5b4d62f1c096d6fc0189d1185bf1 /scripts | |
parent | atmel_pwm: set up only one PWM clock when allocating a clock (diff) | |
download | linux-6cbb2e711128b505209f7c910018aac77335c887.tar.xz linux-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 6971bf078d13..66f060ecb81f 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); |