Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1340609 > unrolled thread

[PATCH] sched/wait: Fix docs on wait_event_freezable

Started byStafford Horne <shorne@gmail.com>
First post2016-02-23 14:40 +0100
Last post2016-02-25 07:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] sched/wait: Fix docs on wait_event_freezable Stafford Horne <shorne@gmail.com> - 2016-02-23 14:40 +0100
    [tip:sched/core] sched/wait: Fix wait_event_freezable()  documentation tip-bot for Stafford Horne <tipbot@zytor.com> - 2016-02-25 07:00 +0100

#1340609 — [PATCH] sched/wait: Fix docs on wait_event_freezable

FromStafford Horne <shorne@gmail.com>
Date2016-02-23 14:40 +0100
Subject[PATCH] sched/wait: Fix docs on wait_event_freezable
Message-ID<r5lm2-65T-25@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1342832 — [tip:sched/core] sched/wait: Fix wait_event_freezable() documentation

Fromtip-bot for Stafford Horne <tipbot@zytor.com>
Date2016-02-25 07:00 +0100
Subject[tip:sched/core] sched/wait: Fix wait_event_freezable() documentation
Message-ID<r5X7Y-7HS-11@gated-at.bofh.it>
In reply to#1340609
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
  *

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web