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 <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
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)