Commit 58cbe2476abce8b5e3508d23bd05c2e2e8c394da

Authored by Randy Dunlap
Committed by Ingo Molnar
1 parent d10902812c

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>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

... ... @@ -661,10 +661,9 @@
661 661 #endif
662 662  
663 663 /**
664   - * runqueue_is_locked
  664 + * runqueue_is_locked - Returns true if the current cpu runqueue is locked
665 665 * @cpu: the processor in question.
666 666 *
667   - * Returns true if the current cpu runqueue is locked.
668 667 * This interface allows printk to be called with the runqueue lock
669 668 * held and know whether or not it is OK to wake up the klogd.
670 669 */