* [PATCH] sched: fix kernel-doc for runqueue_is_locked
@ 2010-11-18 23:02 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-11-18 23:02 UTC (permalink / raw)
To: lkml; +Cc: Ingo Molnar
From: Randy Dunlap <randy.dunlap@oracle.com>
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>
---
kernel/sched.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- lnx-2637-r2g4-kerndoc.orig/kernel/sched.c
+++ lnx-2637-r2g4-kerndoc/kernel/sched.c
@@ -664,10 +664,9 @@ inline void update_rq_clock(struct rq *r
#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.
*/
---
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-18 23:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 23:02 [PATCH] sched: fix kernel-doc for runqueue_is_locked Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®