mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 02:05:33 +00:00
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:
parent
4cd5702770
commit
1bc3c5db9b
@ -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).
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user