Commit a0a0a7a9 authored by Kees Cook's avatar Kees Cook Committed by Linus Torvalds

checkpatch: fix name of "MODULE_PARM_DESC"

Fix macro name in checkpatch: s/PARAM/PARM/.
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c4ff1b5f
...@@ -2972,7 +2972,7 @@ sub process { ...@@ -2972,7 +2972,7 @@ sub process {
my $exceptions = qr{ my $exceptions = qr{
$Declare| $Declare|
module_param_named| module_param_named|
MODULE_PARAM_DESC| MODULE_PARM_DESC|
DECLARE_PER_CPU| DECLARE_PER_CPU|
DEFINE_PER_CPU| DEFINE_PER_CPU|
__typeof__\(| __typeof__\(|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment