Skip to content

Commit 58cbe24

Browse files
rddunlapIngo Molnar
authored and
Ingo Molnar
committed
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 <randy.dunlap@oracle.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> LKML-Reference: <20110315161230.c4e1e8e3.rdunlap@xenotime.net> Signed-off-by: Ingo Molnar <mingo@elte.hu>
1 parent d109028 commit 58cbe24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kernel/sched.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,9 @@ static void update_rq_clock(struct rq *rq)
661661
#endif
662662

663663
/**
664-
* runqueue_is_locked
664+
* runqueue_is_locked - Returns true if the current cpu runqueue is locked
665665
* @cpu: the processor in question.
666666
*
667-
* Returns true if the current cpu runqueue is locked.
668667
* This interface allows printk to be called with the runqueue lock
669668
* held and know whether or not it is OK to wake up the klogd.
670669
*/

0 commit comments

Comments
 (0)