From: Randy Dunlap Date: Tue, 15 Mar 2011 23:12:30 +0000 (-0700) Subject: sched, kernel-doc: Fix runqueue_is_locked() description X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=58cbe2476abce8b5e3508d23bd05c2e2e8c394da;p=linux-beck.git 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: Randy Dunlap Cc: Linus Torvalds LKML-Reference: <20110315161230.c4e1e8e3.rdunlap@xenotime.net> Signed-off-by: Ingo Molnar --- diff --git a/kernel/sched.c b/kernel/sched.c index c8e40b7005c0..58d66ea7d200 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. */