From a2116d1e18392fb3990cc041cb8b4c2af392c6a2 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Tue, 9 Feb 2010 15:07:40 +1100 Subject: [PATCH] --- yaml --- r: 182520 b: refs/heads/master c: 301ba0457f1ed853fc08e57785f8c87fe7e49c68 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/kthread.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3703aace0256..f503e293e327 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa535a77bd3fa32b9215ba375d6a202fe73e1dd6 +refs/heads/master: 301ba0457f1ed853fc08e57785f8c87fe7e49c68 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