Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b80109e2 authored by Anton Blanchard's avatar Anton Blanchard Committed by Jiri Kosina
Browse files

Remove reference to kthread_create_on_cpu



kthread_create_on_cpu doesn't exist so update a comment in kthread.c to reflect
this.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Acked-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3ad2f3fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -101,7 +101,7 @@ static void create_kthread(struct kthread_create_info *create)
 *
 *
 * Description: This helper function creates and names a kernel
 * Description: This helper function creates and names a kernel
 * thread.  The thread will be stopped: use wake_up_process() to start
 * thread.  The thread will be stopped: use wake_up_process() to start
 * it.  See also kthread_run(), kthread_create_on_cpu().
 * it.  See also kthread_run().
 *
 *
 * When woken, the thread will run @threadfn() with @data as its
 * When woken, the thread will run @threadfn() with @data as its
 * argument. @threadfn() can either call do_exit() directly if it is a
 * argument. @threadfn() can either call do_exit() directly if it is a