[PATCH -tip] rcuwait: Fix wake_up typo

From: Davidlohr Bueso
Date: Sun Jan 29 2017 - 12:27:26 EST


Forgot to update the comment after renaming the call.

Signed-off-by: Davidlohr Bueso <dbueso@xxxxxxx>
---
include/linux/rcuwait.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/rcuwait.h b/include/linux/rcuwait.h
index 0e93d56c7ab2..a4ede51b3e7c 100644
--- a/include/linux/rcuwait.h
+++ b/include/linux/rcuwait.h
@@ -47,7 +47,7 @@ extern void rcuwait_wake_up(struct rcuwait *w);
for (;;) { \
/* \
* Implicit barrier (A) pairs with (B) in \
- * rcuwait_trywake(). \
+ * rcuwait_wake_up(). \
*/ \
set_current_state(TASK_UNINTERRUPTIBLE); \
if (condition) \
--
2.6.6