summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorAndy Whitcroft2009-01-06 23:41:21 +0100
committerLinus Torvalds2009-01-07 00:59:16 +0100
commit50a7dcfb5062a5d9a0dcb28943a1e0cd5f0f60c2 (patch)
treeced4023c0e9cc5c72e1fc986fe8496d4337bdc7c /scripts/checkpatch.pl
parentcheckpatch: dissallow spaces between stars in pointer types (diff)
downloadkernel-qcow2-linux-50a7dcfb5062a5d9a0dcb28943a1e0cd5f0f60c2.tar.gz
kernel-qcow2-linux-50a7dcfb5062a5d9a0dcb28943a1e0cd5f0f60c2.tar.xz
kernel-qcow2-linux-50a7dcfb5062a5d9a0dcb28943a1e0cd5f0f60c2.zip
checkpatch: version: 0.25
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-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 850783674278..770fa4101f43 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -9,7 +9,7 @@ use strict;
my $P = $0;
$P =~ s@.*/@@g;
-my $V = '0.24';
+my $V = '0.25';
use Getopt::Long qw(:config no_auto_abbrev);