| Submitter | Randy Dunlap |
|---|---|
| Date | 2009-11-06 23:31:08 |
| Message ID | <4AF4B1BC.8020604@oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/58183/ |
| State | New |
| Headers | show |
Comments
Patch
--- linux-2.6.32-rc6-git3.orig/kernel/sched.c +++ linux-2.6.32-rc6-git3/kernel/sched.c @@ -1994,7 +1994,7 @@ static inline void check_class_changed(s /** * kthread_bind - bind a just-created kthread to a cpu. - * @k: thread created by kthread_create(). + * @p: thread created by kthread_create(). * @cpu: cpu (might not be online, must be possible) for @k to run on. * * Description: This function is equivalent to set_cpus_allowed(),