dect
/
linux-2.6
Archived
13
0
Fork 0

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 <randy.dunlap@oracle.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Randy Dunlap 2011-03-15 16:12:30 -07:00 committed by Linus Torvalds
parent bb6405eab2
commit 1fd06bb157
1 changed files with 1 additions and 2 deletions

View File

@ -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.
*/