aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/wait.h')
-rw-r--r--include/linux/wait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/wait.h b/include/linux/wait.h
index ae71a769b89e..27d7a0ab5da3 100644
--- a/include/linux/wait.h
+++ b/include/linux/wait.h
@@ -338,7 +338,7 @@ do { \
338 schedule(); try_to_freeze()) 338 schedule(); try_to_freeze())
339 339
340/** 340/**
341 * wait_event - sleep (or freeze) until a condition gets true 341 * wait_event_freezable - sleep (or freeze) until a condition gets true
342 * @wq: the waitqueue to wait on 342 * @wq: the waitqueue to wait on
343 * @condition: a C expression for the event to wait for 343 * @condition: a C expression for the event to wait for
344 * 344 *