The patch titled Subject: checkpatch: fix name of "MODULE_PARM_DESC" has been added to the -mm tree. Its filename is checkpatch-fix-name-of-module_parm_desc.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Kees Cook <keescook@xxxxxxxxxxxx> Subject: checkpatch: fix name of "MODULE_PARM_DESC" Fix macro name in checkpatch: s/PARAM/PARM/. Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/checkpatch.pl~checkpatch-fix-name-of-module_parm_desc scripts/checkpatch.pl --- a/scripts/checkpatch.pl~checkpatch-fix-name-of-module_parm_desc +++ a/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__\(| _ Patches currently in -mm which might be from keescook@xxxxxxxxxxxx are linux-next.patch audith-replace-defines-with-c-stubs.patch audith-replace-defines-with-c-stubs-fix.patch poweroff-fix-bug-in-orderly_poweroff.patch checkpatch-fix-name-of-module_parm_desc.patch coredump-make-core-dump-functionality-optional.patch coredump-make-core-dump-functionality-optional-fix.patch coredump-make-core-dump-functionality-optional-fix-fix.patch coredump-update-coredump-related-headers.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html