The patch titled Subject: lib/dump_stack: correct kernel-doc notation has been added to the -mm tree. Its filename is lib-dump_stack-correct-kernel-doc-notation.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-dump_stack-correct-kernel-doc-notation.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-dump_stack-correct-kernel-doc-notation.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: lib/dump_stack: correct kernel-doc notation Fix kernel-doc warnings in dump_stack.c: lib/dump_stack.c:97: warning: Function parameter or member 'log_lvl' not described in 'dump_stack_lvl' lib/dump_stack.c:97: warning: expecting prototype for dump_stack(). Prototype was for dump_stack_lvl() instead Link: https://lkml.kernel.org/r/20210809051643.17567-1-rdunlap@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/dump_stack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/lib/dump_stack.c~lib-dump_stack-correct-kernel-doc-notation +++ a/lib/dump_stack.c @@ -89,7 +89,8 @@ static void __dump_stack(const char *log } /** - * dump_stack - dump the current task information and its stack trace + * dump_stack_lvl - dump the current task information and its stack trace + * @log_lvl: log level * * Architectures can override this implementation by implementing its own. */ _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are lib-dump_stack-correct-kernel-doc-notation.patch fs-epoll-use-a-per-cpu-counter-for-users-watches-count-fix.patch scripts-check_extable-fix-typo-in-user-error-message.patch