commit | 50a7dcfb5062a5d9a0dcb28943a1e0cd5f0f60c2 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <[email protected]> | Tue Jan 06 14:41:21 2009 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Jan 06 15:59:16 2009 -0800 |
tree | ced4023c0e9cc5c72e1fc986fe8496d4337bdc7c | |
parent | 65863862ba112bf4d06d5ebc142b9d746d1ee955 [diff] |
checkpatch: version: 0.25 Signed-off-by: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 8507836..770fa41 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl
@@ -9,7 +9,7 @@ my $P = $0; $P =~ s@.*/@@g; -my $V = '0.24'; +my $V = '0.25'; use Getopt::Long qw(:config no_auto_abbrev);