diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-03-15 19:12:30 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-03-16 09:00:23 -0400 |
commit | 58cbe2476abce8b5e3508d23bd05c2e2e8c394da (patch) | |
tree | 1b6cb3a16dd220a9bcd3c9a8e65670a6002bfb42 /kernel/sched.c | |
parent | d10902812c9cd5583130a4ebb9ad19c60b68149d (diff) |
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>
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) | |||
661 | #endif | 661 | #endif |
662 | 662 | ||
663 | /** | 663 | /** |
664 | * runqueue_is_locked | 664 | * runqueue_is_locked - Returns true if the current cpu runqueue is locked |
665 | * @cpu: the processor in question. | 665 | * @cpu: the processor in question. |
666 | * | 666 | * |
667 | * Returns true if the current cpu runqueue is locked. | ||
668 | * This interface allows printk to be called with the runqueue lock | 667 | * This interface allows printk to be called with the runqueue lock |
669 | * held and know whether or not it is OK to wake up the klogd. | 668 | * held and know whether or not it is OK to wake up the klogd. |
670 | */ | 669 | */ |