mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sched/wait: Fix docs on wait_event_freezable
@ 2016-02-23 13:39 Stafford Horne
  2016-02-25  5:54 ` [tip:sched/core] sched/wait: Fix wait_event_freezable() documentation tip-bot for Stafford Horne
  0 siblings, 1 reply; 2+ messages in thread
From: Stafford Horne @ 2016-02-23 13:39 UTC (permalink / raw)
  To: mingo, peterz, linux-kernel; +Cc: shorne

I noticed the comment label wait_event was wrong a few times so
fixing.

Signed-off-by: Stafford Horne <shorne@gmail.com>
---
 include/linux/wait.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/wait.h b/include/linux/wait.h
index ae71a76..27d7a0a 100644
--- a/include/linux/wait.h
+++ b/include/linux/wait.h
@@ -338,7 +338,7 @@ do {									\
 			    schedule(); try_to_freeze())
 
 /**
- * wait_event - sleep (or freeze) until a condition gets true
+ * wait_event_freezable - sleep (or freeze) until a condition gets true
  * @wq: the waitqueue to wait on
  * @condition: a C expression for the event to wait for
  *
-- 
2.5.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-25  5:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-23 13:39 [PATCH] sched/wait: Fix docs on wait_event_freezable Stafford Horne
2016-02-25  5:54 ` [tip:sched/core] sched/wait: Fix wait_event_freezable() documentation tip-bot for Stafford Horne

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®