Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fd06bb1 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bb6405ea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.
 */