The patch titled Subject: kthread: modify kernel-doc function name to match code has been added to the -mm mm-nonmm-unstable branch. Its filename is kthread-modify-kernel-doc-function-name-to-match-code.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/kthread-modify-kernel-doc-function-name-to-match-code.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: kthread: modify kernel-doc function name to match code Date: Fri, 10 Jan 2025 22:30:08 -0800 kthread.c:1073: warning: expecting prototype for kthread_create_worker(). Prototype was for kthread_create_worker_on_node() instead Link: https://lkml.kernel.org/r/20250111063008.910712-1-rdunlap@xxxxxxxxxxxxx Fixes: b1e125dcbcea ("kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() automatic format") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Frederic Weisbecker <frederic@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/kthread.c~kthread-modify-kernel-doc-function-name-to-match-code +++ a/kernel/kthread.c @@ -900,7 +900,7 @@ fail_task: } /** - * kthread_create_worker - create a kthread worker + * kthread_create_worker_on_node - create a kthread worker * @flags: flags modifying the default behavior of the worker * @namefmt: printf-style name for the kthread worker (task). * _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are mm-zsmalloc-fix-function-parameter-kernel-doc-notation.patch kasan-use-correct-kernel-doc-format.patch latencytop-use-correct-kernel-doc-format-for-func-params.patch kthread-modify-kernel-doc-function-name-to-match-code.patch