diff options
author | Andy Whitcroft <apw@canonical.com> | 2009-10-26 16:50:17 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 07:39:31 -0700 |
commit | 5e8d8f6f2844d4a663415c660ab5cc92e2e2477d (patch) | |
tree | 59df4708e3bc412cde2ba24769bc12087c4fc862 /scripts | |
parent | 2b474a1a566064b40bc7d9a45021ffbc4c894fa3 (diff) | |
download | linux-3.10-5e8d8f6f2844d4a663415c660ab5cc92e2e2477d.tar.gz linux-3.10-5e8d8f6f2844d4a663415c660ab5cc92e2e2477d.tar.bz2 linux-3.10-5e8d8f6f2844d4a663415c660ab5cc92e2e2477d.zip |
checkpatch: version 0.30
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>
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 88c4f6a5080..bc4114f1ab3 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -10,7 +10,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.29'; +my $V = '0.30'; use Getopt::Long qw(:config no_auto_abbrev); |