projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d109028
)
sched, kernel-doc: Fix runqueue_is_locked() description
author
Randy Dunlap
<
[email protected]
>
Tue, 15 Mar 2011 23:12:30 +0000
(16:12 -0700)
committer
Ingo Molnar
<
[email protected]
>
Wed, 16 Mar 2011 13:00:23 +0000
(14:00 +0100)
Fix kernel-doc warning for runqueue_is_locked():
Warning(kernel/sched.c:664): missing initial short description
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
LKML-Reference: <
20110315161230
.
c4e1e8e3
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
kernel/sched.c
patch
|
blob
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index c8e40b7005c0c2da5ae92d966cd52d8458ba82d1..58d66ea7d2004c272e792ac8d6eb9fedc73303cc 100644
(file)
--- a/
kernel/sched.c
+++ b/
kernel/sched.c
@@
-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.
*/