Skip to content

Commit f4bcfa1

Browse files
stffrdhrnIngo Molnar
authored andcommitted
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>
1 parent 3223d05 commit f4bcfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/wait.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ do { \
338338
schedule(); try_to_freeze())
339339

340340
/**
341-
* wait_event - sleep (or freeze) until a condition gets true
341+
* wait_event_freezable - sleep (or freeze) until a condition gets true
342342
* @wq: the waitqueue to wait on
343343
* @condition: a C expression for the event to wait for
344344
*

0 commit comments

Comments
 (0)