diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-11-06 18:31:08 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-11-08 05:26:25 -0500 |
| commit | 968c86458a5975efa7a95f832a4ec9fb21471137 (patch) | |
| tree | 05be75c81e7492d402471c5a51394cce9a5459f2 /kernel | |
| parent | 7c9abfb884b8737f0afdc8a88bcea77526f0da87 (diff) | |
sched: Fix kernel-doc function parameter name
Fix variable name in sched.c kernel-doc notation.
Fixes this DocBook warning:
Warning(kernel/sched.c:2008): No description found for parameter
'p' Warning(kernel/sched.c:2008): Excess function parameter 'k'
description in 'kthread_bind'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
LKML-Reference: <4AF4B1BC.8020604@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 28dd4f490bfc..7d7d5fcca4cb 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
| @@ -1994,7 +1994,7 @@ static inline void check_class_changed(struct rq *rq, struct task_struct *p, | |||
| 1994 | 1994 | ||
| 1995 | /** | 1995 | /** |
| 1996 | * kthread_bind - bind a just-created kthread to a cpu. | 1996 | * kthread_bind - bind a just-created kthread to a cpu. |
| 1997 | * @k: thread created by kthread_create(). | 1997 | * @p: thread created by kthread_create(). |
| 1998 | * @cpu: cpu (might not be online, must be possible) for @k to run on. | 1998 | * @cpu: cpu (might not be online, must be possible) for @k to run on. |
| 1999 | * | 1999 | * |
| 2000 | * Description: This function is equivalent to set_cpus_allowed(), | 2000 | * Description: This function is equivalent to set_cpus_allowed(), |
