diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-07-10 15:00:26 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-08-10 14:03:32 +0200 |
commit | 9279e0d2e565e0217618c2087de83d3239811329 (patch) | |
tree | fc6da861a65dcdb3aefb2f72e64ebfd6f5f31331 /kernel/sched/core.c | |
parent | eaecf41f5abf80b63c8e025fcb9ee4aa203c3038 (diff) | |
download | linux-9279e0d2e565e0217618c2087de83d3239811329.tar.bz2 |
sched/core: Add documentation for 'cookie' argument
Add documentation for the cookie argument in try_to_wake_up_local().
This caused the following warning when building documentation:
kernel/sched/core.c:2088: warning: No description found for parameter 'cookie'
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: akpm@linux-foundation.org
Fixes: e7904a28f533 ("ilocking/lockdep, sched/core: Implement a better lock pinning scheme")
Link: http://lkml.kernel.org/r/1468159226-17674-1-git-send-email-luisbg@osg.samsung.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/core.c')
-rw-r--r-- | kernel/sched/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 4a5f52e79c77..10f2595c408a 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -2073,6 +2073,7 @@ out: /** * try_to_wake_up_local - try to wake up a local task with rq lock held * @p: the thread to be awakened + * @cookie: context's cookie for pinning * * Put @p on the run-queue if it's not already there. The caller must * ensure that this_rq() is locked, @p is bound to this_rq() and not |