projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3223d05
)
sched/wait: Fix wait_event_freezable() documentation
author
Stafford Horne
<shorne@gmail.com>
Tue, 23 Feb 2016 13:39:28 +0000
(22:39 +0900)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 24 Feb 2016 08:09:45 +0000
(09:09 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/wait.h
b/include/linux/wait.h
index ae71a769b89e3d9f706543a16cfd125120a52cb0..27d7a0ab5da3edf217e60d767c10c65d3e3c52a0 100644
(file)
--- 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
*