1
0
Fork 0

sched/wait, rcuwait: Fix typo in comment

Forgot to update the comment after renaming the call.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: dave@stgolabs.net
Link: http://lkml.kernel.org/r/1485704532-9290-1-git-send-email-dave@stgolabs.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
hifive-unleashed-5.1
Davidlohr Bueso 2017-01-29 07:42:12 -08:00 committed by Ingo Molnar
parent b9c16a0e1f
commit 7e1f9467d1
1 changed files with 1 additions and 1 deletions

View File

@ -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) \