From: Randy Dunlap Date: Tue, 15 Mar 2011 23:12:30 +0000 (-0700) Subject: sched.c: fix kernel-doc for runqueue_is_locked() X-Git-Tag: v3.0~1586 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fd06bb1571e2618ae392e2484925bf0dadd7857;p=platform%2Fkernel%2Flinux-amlogic.git sched.c: fix kernel-doc for runqueue_is_locked() Fix kernel-doc warning for runqueue_is_locked(): Warning(kernel/sched.c:664): missing initial short description on line: Signed-off-by: Randy Dunlap Cc: Ingo Molnar Signed-off-by: Linus Torvalds --- diff --git a/kernel/sched.c b/kernel/sched.c index c8e40b7..58d66ea 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -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. */