projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
417495e
)
checkpatch: version 0.28
author
Andy Whitcroft
<apw@canonical.com>
Fri, 27 Feb 2009 22:03:09 +0000
(14:03 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 28 Feb 2009 00:26:22 +0000
(16:26 -0800)
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl
patch
|
blob
|
history
diff --git
a/scripts/checkpatch.pl
b/scripts/checkpatch.pl
index
60ad8db
..
2d5ece7
100755
(executable)
--- a/
scripts/checkpatch.pl
+++ b/
scripts/checkpatch.pl
@@
-10,7
+10,7
@@
use strict;
my $P = $0;
$P =~ s@.*/@@g;
-my $V = '0.2
7
';
+my $V = '0.2
8
';
use Getopt::Long qw(:config no_auto_abbrev);