X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fkthread.c;h=7113003fab63de346d107eab584b612188f9d835;hb=35c8fad4a703fdfa009ed274f80bb64b49314cde;hp=4a4d7092a2d828d036dccee30bee7af8f043800a;hpb=cb690f5238d71f543f4ce874aa59237cf53a877c;p=linux-2.6-microblaze.git diff --git a/kernel/kthread.c b/kernel/kthread.c index 4a4d7092a2d8..7113003fab63 100644 --- a/kernel/kthread.c +++ b/kernel/kthread.c @@ -433,7 +433,7 @@ struct task_struct *__kthread_create_on_node(int (*threadfn)(void *data), * If thread is going to be bound on a particular cpu, give its node * in @node, to get NUMA affinity for kthread stack, or else give NUMA_NO_NODE. * 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 return directly if it is a * standalone thread for which no one will call kthread_stop(), or * return when 'kthread_should_stop()' is true (which means * kthread_stop() has been called). The return value should be zero