diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-03-15 19:12:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 13:47:04 -0400 |
commit | 1fd06bb1571e2618ae392e2484925bf0dadd7857 (patch) | |
tree | 0b7b46fef4ad4037d8d0b3a5629aee8da194c484 /kernel | |
parent | bb6405eab2a408c46949b3353ecfa1126caa3af2 (diff) |
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>
Diffstat (limited to 'kernel')
-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 | */ |