diff options
author | Andy Whitcroft <apw@shadowen.org> | 2008-10-15 22:02:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 11:21:35 -0700 |
commit | dea79cd3dfb4a50e4c3d0dcb7294f6d633b455d1 (patch) | |
tree | 23dea3a259163a03744de31f580c760c5ed75216 /scripts/checkpatch.pl | |
parent | b9ea10d691ecb616ce9e4d7a51400dfd93f52b2d (diff) |
checkpatch: version: 0.22
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 ba677c17c33..66bcedc0c8b 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -9,7 +9,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.21'; +my $V = '0.22'; use Getopt::Long qw(:config no_auto_abbrev); |