Skip to content

Commit a0a0a7a

Browse files
keestorvalds
authored andcommitted
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>
1 parent c4ff1b5 commit a0a0a7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/checkpatch.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2972,7 +2972,7 @@ sub process {
29722972
my $exceptions = qr{
29732973
$Declare|
29742974
module_param_named|
2975-
MODULE_PARAM_DESC|
2975+
MODULE_PARM_DESC|
29762976
DECLARE_PER_CPU|
29772977
DEFINE_PER_CPU|
29782978
__typeof__\(|

0 commit comments

Comments
 (0)