mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08: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
Fixes: 41f70d8e16 ("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>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
This commit is contained in:
committed by
Frederic Weisbecker
parent
8044c58976
commit
d8b4bf4ea0
@@ -1058,7 +1058,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
|
||||
* @node: task structure for the thread is allocated on this node
|
||||
* @namefmt: printf-style name for the kthread worker (task).
|
||||
|
||||
Reference in New Issue
Block a user