Commit 58cbe247 authored by Randy Dunlap's avatar Randy Dunlap Committed by Ingo Molnar

sched, kernel-doc: Fix runqueue_is_locked() description

Fix kernel-doc warning for runqueue_is_locked():

  Warning(kernel/sched.c:664): missing initial short description
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
LKML-Reference: <20110315161230.c4e1e8e3.rdunlap@xenotime.net>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d1090281
......@@ -661,10 +661,9 @@ static void update_rq_clock(struct rq *rq)
#endif
/**
* runqueue_is_locked
* runqueue_is_locked - Returns true if the current cpu runqueue is locked
* @cpu: the processor in question.
*
* Returns true if the current cpu runqueue is locked.
* This interface allows printk to be called with the runqueue lock
* held and know whether or not it is OK to wake up the klogd.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment