commit | 5fdd23acf9cd7f658746b119436ed1d787326c46 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Oct 15 22:02:28 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 16 11:21:36 2008 -0700 |
tree | 0c555352123af8e330ceeb678acc69ffc1c11928 | |
parent | 306708547b566ef6a0ccd470c84568807571885c [diff] |
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>
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index fe4553c..118fe1f 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl
@@ -9,7 +9,7 @@ my $P = $0; $P =~ s@.*/@@g; -my $V = '0.22'; +my $V = '0.23'; use Getopt::Long qw(:config no_auto_abbrev);