All of lore.kernel.org
 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 related	[flat|nested] 2+ messages in thread

* [tip:sched/core] sched/wait: Fix wait_event_freezable() documentation
  2016-02-23 13:39 [PATCH] sched/wait: Fix docs on wait_event_freezable Stafford Horne
@ 2016-02-25  5:54 ` tip-bot for Stafford Horne
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Stafford Horne @ 2016-02-25  5:54 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, torvalds, linux-kernel, mingo, shorne, hpa, peterz

Commit-ID:  f4bcfa1da6fdcbc7a0854a28603bffc3c5656332
Gitweb:     http://git.kernel.org/tip/f4bcfa1da6fdcbc7a0854a28603bffc3c5656332
Author:     Stafford Horne <shorne@gmail.com>
AuthorDate: Tue, 23 Feb 2016 22:39:28 +0900
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 24 Feb 2016 09:09:45 +0100

sched/wait: Fix wait_event_freezable() documentation

I noticed the comment label 'wait_event' was wrong.

Signed-off-by: Stafford Horne <shorne@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1456234768-24933-1-git-send-email-shorne@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 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
  *

^ permalink raw reply related	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.