Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1571417 > unrolled thread

[tip:locking/core] sched/wait, rcuwait: Fix typo in comment

Started bytip-bot for Davidlohr Bueso <tipbot@zytor.com>
First post2017-02-01 11:10 +0100
Last post2017-02-01 11:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [tip:locking/core] sched/wait, rcuwait: Fix typo in comment tip-bot for Davidlohr Bueso <tipbot@zytor.com> - 2017-02-01 11:10 +0100

#1571417 — [tip:locking/core] sched/wait, rcuwait: Fix typo in comment

Fromtip-bot for Davidlohr Bueso <tipbot@zytor.com>
Date2017-02-01 11:10 +0100
Subject[tip:locking/core] sched/wait, rcuwait: Fix typo in comment
Message-ID<t601r-4A9-9@gated-at.bofh.it>
Commit-ID:  7e1f9467d1e48c64c27d6a32de1bfd1b9cdb1002
Gitweb:     http://git.kernel.org/tip/7e1f9467d1e48c64c27d6a32de1bfd1b9cdb1002
Author:     Davidlohr Bueso <dave@stgolabs.net>
AuthorDate: Sun, 29 Jan 2017 07:42:12 -0800
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 1 Feb 2017 09:17:51 +0100

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>
---
 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 0e93d56..a4ede51 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)						\

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web