From: Kees Cook Date: Fri, 5 Oct 2012 00:13:38 +0000 (-0700) Subject: checkpatch: fix name of "MODULE_PARM_DESC" X-Git-Tag: accepted/tizen/common/20141203.182822~3677^2~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0a0a7a94c765f7219b57fa3b79389901bb0bc99;p=platform%2Fkernel%2Flinux-arm64.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 8e5ac71..21a9f5d 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__\(|