mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 22:25:16 +00:00
checkpatch: fix name of "MODULE_PARM_DESC"
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>
This commit is contained in:
parent
c4ff1b5f8b
commit
a0a0a7a94c
1 changed files with 1 additions and 1 deletions
|
@ -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__\(|
|
||||||
|
|
Loading…
Add table
Reference in a new issue