Skip to content

Commit

Permalink
sched/wait: Fix wait_event_freezable() documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stafford Horne authored and Ingo Molnar committed Feb 24, 2016
1 parent 3223d05 commit f4bcfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/wait.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit f4bcfa1

Please sign in to comment.