diff options
author | Andy Whitcroft <apw@shadowen.org> | 2008-10-16 09:02:28 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 22:21:36 +0400 |
commit | 5fdd23acf9cd7f658746b119436ed1d787326c46 (patch) | |
tree | 0c555352123af8e330ceeb678acc69ffc1c11928 /scripts/checkpatch.pl | |
parent | 306708547b566ef6a0ccd470c84568807571885c (diff) | |
download | linux-5fdd23acf9cd7f658746b119436ed1d787326c46.tar.xz |
checkpatch: version: 0.23
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/checkpatch.pl')
-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 fe4553c070b1..118fe1f30e76 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -9,7 +9,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.22'; +my $V = '0.23'; use Getopt::Long qw(:config no_auto_abbrev); |