diff options
author | Andy Whitcroft <apw@shadowen.org> | 2008-10-16 05:02:36 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 18:21:38 (GMT) |
commit | 6e144ee546b4bb4902524e639dc9c2cd4f7f97a4 (patch) | |
tree | ee327fa420db4111e0b90ece3d7d21991d05763e /scripts | |
parent | 3fef12d6cb832327a981b03326f8f07abebb51b7 (diff) | |
download | linux-fsl-qoriq-6e144ee546b4bb4902524e639dc9c2cd4f7f97a4.tar.xz |
checkpatch: version: 0.24
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 ada27c4..e30bac1 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -9,7 +9,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.23'; +my $V = '0.24'; use Getopt::Long qw(:config no_auto_abbrev); |