The patch titled Subject: stacktrace: fix kernel-doc typo has been added to the -mm mm-nonmm-unstable branch. Its filename is stacktrace-fix-kernel-doc-typo.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/stacktrace-fix-kernel-doc-typo.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 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 via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: stacktrace: fix kernel-doc typo Date: Tue, 19 Dec 2023 21:49:45 -0800 Change @task to @tsk to prevent kernel-doc warnings: kernel/stacktrace.c:138: warning: Excess function parameter 'task' description in 'stack_trace_save_tsk' kernel/stacktrace.c:138: warning: Function parameter or member 'tsk' not described in 'stack_trace_save_tsk' Link: https://lkml.kernel.org/r/20231220054945.17663-1-rdunlap@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/stacktrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/stacktrace.c~stacktrace-fix-kernel-doc-typo +++ a/kernel/stacktrace.c @@ -126,7 +126,7 @@ EXPORT_SYMBOL_GPL(stack_trace_save); /** * stack_trace_save_tsk - Save a task stack trace into a storage array - * @task: The task to examine + * @tsk: The task to examine * @store: Pointer to storage array * @size: Size of the storage array * @skipnr: Number of entries to skip at the start of the stack trace _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are maple_tree-fix-typos-spellos-etc.patch gfp-gfp_typesh-fix-typos-punctuation.patch rapidio-tsi721-fix-kernel-doc-warnings.patch freevxfs-bmap-fix-kernel-doc-warnings.patch freevxfs-immed-fix-kernel-doc-param-name.patch freevxfs-lookup-fix-function-params-kernel-doc.patch init-kconfig-move-more-items-into-the-expert-menu.patch usr-kconfig-fix-typos-of-its.patch stacktrace-fix-kernel-doc-typo.patch