From: Kees Cook Date: Fri, 5 Oct 2012 00:13:38 +0000 (-0700) Subject: checkpatch: fix name of "MODULE_PARM_DESC" X-Git-Tag: v3.7-rc1~110^2~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0a0a7a94c765f7219b57fa3b79389901bb0bc99;p=thirdparty%2Fkernel%2Flinux.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 8e5ac71f42ee8..21a9f5de0a212 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__\(|