kthread: modify kernel-doc function name to match code

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@infradead.org
Fixes: b1e125dcbcea ("kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() automatic format")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
Randy Dunlap 2025-01-10 22:30:08 -08:00 committed by Andrew Morton
parent 4cd5702770
commit 1bc3c5db9b

View File

@ -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 * @flags: flags modifying the default behavior of the worker
* @namefmt: printf-style name for the kthread worker (task). * @namefmt: printf-style name for the kthread worker (task).
* *