Skip to content

Commit d8b4bf4

Browse files
rddunlapFrederic Weisbecker
authored andcommitted
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: 41f70d8 ("kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() automatic format") Signed-off-by: Randy Dunlap <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Andrew Morton <[email protected]> Signed-off-by: Frederic Weisbecker <[email protected]>
1 parent 8044c58 commit d8b4bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/kthread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ __kthread_create_worker_on_node(unsigned int flags, int node,
10581058
}
10591059

10601060
/**
1061-
* kthread_create_worker - create a kthread worker
1061+
* kthread_create_worker_on_node - create a kthread worker
10621062
* @flags: flags modifying the default behavior of the worker
10631063
* @node: task structure for the thread is allocated on this node
10641064
* @namefmt: printf-style name for the kthread worker (task).

0 commit comments

Comments
 (0)