Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4bcfa1d authored by Stafford Horne's avatar Stafford Horne Committed by Ingo Molnar
Browse files

sched/wait: Fix wait_event_freezable() documentation



I noticed the comment label 'wait_event' was wrong.

Signed-off-by: default avatarStafford 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: default avatarIngo Molnar <mingo@kernel.org>
parent 3223d052
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *