aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavidlohr Bueso <[email protected]>2017-01-29 07:42:12 -0800
committerIngo Molnar <[email protected]>2017-02-01 09:17:51 +0100
commit7e1f9467d1e48c64c27d6a32de1bfd1b9cdb1002 (patch)
tree9cb85eeed9176b0e1eb448e98532b01cd0fe86a5
parentb9c16a0e1f733c97e48798b2a9362c485bb3b731 (diff)
sched/wait, rcuwait: Fix typo in comment
Forgot to update the comment after renaming the call. Signed-off-by: Davidlohr Bueso <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Paul E. McKenney <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--include/linux/rcuwait.h2
1 files changed, 1 insertions, 1 deletions
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) \