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


Groups > linux.kernel > #1396574 > unrolled thread

[PATCH -tip] sched/wake_q: fix typo in wake_q_add

Started byDavidlohr Bueso <dave@stgolabs.net>
First post2016-05-09 06:10 +0200
Last post2016-05-09 08:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH -tip] sched/wake_q: fix typo in wake_q_add Davidlohr Bueso <dave@stgolabs.net> - 2016-05-09 06:10 +0200
    [tip:sched/core] sched/core: Fix comment typo in wake_q_add() tip-bot for Davidlohr Bueso <tipbot@zytor.com> - 2016-05-09 08:50 +0200

#1396574 — [PATCH -tip] sched/wake_q: fix typo in wake_q_add

FromDavidlohr Bueso <dave@stgolabs.net>
Date2016-05-09 06:10 +0200
Subject[PATCH -tip] sched/wake_q: fix typo in wake_q_add
Message-ID<rwKG6-4Ch-9@gated-at.bofh.it>
... the comment clearly refers to wake_up_q, and not
wake_up_list.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
---
 kernel/sched/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index c82ca6eccfec..c59e4df38591 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -400,7 +400,7 @@ void wake_q_add(struct wake_q_head *head, struct task_struct *task)
 	 * wakeup due to that.
 	 *
 	 * This cmpxchg() implies a full barrier, which pairs with the write
-	 * barrier implied by the wakeup in wake_up_list().
+	 * barrier implied by the wakeup in wake_up_q().
 	 */
 	if (cmpxchg(&node->next, NULL, WAKE_Q_TAIL))
 		return;
-- 
2.8.1

[toc] | [next] | [standalone]


#1396612 — [tip:sched/core] sched/core: Fix comment typo in wake_q_add()

Fromtip-bot for Davidlohr Bueso <tipbot@zytor.com>
Date2016-05-09 08:50 +0200
Subject[tip:sched/core] sched/core: Fix comment typo in wake_q_add()
Message-ID<rwNaV-7n5-3@gated-at.bofh.it>
In reply to#1396574
Commit-ID:  58fe9c4621b7219e724c0b7af053112f974a08c3
Gitweb:     http://git.kernel.org/tip/58fe9c4621b7219e724c0b7af053112f974a08c3
Author:     Davidlohr Bueso <dave@stgolabs.net>
AuthorDate: Sun, 8 May 2016 20:58:10 -0700
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 9 May 2016 08:39:52 +0200

sched/core: Fix comment typo in wake_q_add()

... the comment clearly refers to wake_up_q(), and not
wake_up_list().

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: dave@stgolabs.net
Link: http://lkml.kernel.org/r/1462766290-28664-1-git-send-email-dave@stgolabs.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/sched/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index a6d3e7a..e09f92c 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -465,7 +465,7 @@ void wake_q_add(struct wake_q_head *head, struct task_struct *task)
 	 * wakeup due to that.
 	 *
 	 * This cmpxchg() implies a full barrier, which pairs with the write
-	 * barrier implied by the wakeup in wake_up_list().
+	 * barrier implied by the wakeup in wake_up_q().
 	 */
 	if (cmpxchg(&node->next, NULL, WAKE_Q_TAIL))
 		return;

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web