From: Kees Cook Date: Fri, 5 Oct 2012 00:13:38 +0000 (-0700) Subject: checkpatch: fix name of "MODULE_PARM_DESC" X-Git-Tag: MMI-PSA29.97-13-9~15835^2~103 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a0a0a7a94c765f7219b57fa3b79389901bb0bc99;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git checkpatch: fix name of "MODULE_PARM_DESC" Fix macro name in checkpatch: s/PARAM/PARM/. Signed-off-by: Kees Cook Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 8e5ac71f42ee..21a9f5de0a21 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2972,7 +2972,7 @@ sub process { my $exceptions = qr{ $Declare| module_param_named| - MODULE_PARAM_DESC| + MODULE_PARM_DESC| DECLARE_PER_CPU| DEFINE_PER_CPU| __typeof__\(|