projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ff1b5
)
checkpatch: fix name of "MODULE_PARM_DESC"
author
Kees Cook
<keescook@chromium.org>
Fri, 5 Oct 2012 00:13:38 +0000
(17:13 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 5 Oct 2012 18:05:00 +0000
(
03:05
+0900)
Fix macro name in checkpatch: s/PARAM/PARM/.
Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: Joe Perches <joe@perches.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
8e5ac71
..
21a9f5d
100755
(executable)
--- a/
scripts/checkpatch.pl
+++ b/
scripts/checkpatch.pl
@@
-2972,7
+2972,7
@@
sub process {
my $exceptions = qr{
$Declare|
module_param_named|
- MODULE_PAR
A
M_DESC|
+ MODULE_PARM_DESC|
DECLARE_PER_CPU|
DEFINE_PER_CPU|
__typeof__\(|