diff --git a/[refs] b/[refs] index 7510c780de72..17caae10ccb9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ad2f3fbb961429d2aa627465ae4829758bc7e07 +refs/heads/master: b80109e256bc17ed66c9d559175f087b03ca2a8e diff --git a/trunk/kernel/kthread.c b/trunk/kernel/kthread.c index fbb6222fe7e0..82ed0ea15194 100644 --- a/trunk/kernel/kthread.c +++ b/trunk/kernel/kthread.c @@ -101,7 +101,7 @@ static void create_kthread(struct kthread_create_info *create) * * Description: This helper function creates and names a kernel * 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 * argument. @threadfn() can either call do_exit() directly if it is a