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


Groups > linux.kernel > #1528050 > unrolled thread

[PATCH] sched/dl: change pull_rt_task() to pull_dl_task() in comment

Started by"T.Zhou" <t1zhou@163.com>
First post2016-11-23 01:50 +0100
Last post2016-11-23 10:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] sched/dl: change pull_rt_task() to pull_dl_task() in comment "T.Zhou" <t1zhou@163.com> - 2016-11-23 01:50 +0100
    [tip:sched/core] sched/dl: Fix comment in pick_next_task_dl() "tip-bot for T.Zhou" <tipbot@zytor.com> - 2016-11-23 10:30 +0100

#1528050 — [PATCH] sched/dl: change pull_rt_task() to pull_dl_task() in comment

From"T.Zhou" <t1zhou@163.com>
Date2016-11-23 01:50 +0100
Subject[PATCH] sched/dl: change pull_rt_task() to pull_dl_task() in comment
Message-ID<sGtV7-66D-11@gated-at.bofh.it>
The pull_dl_task() is called above the comment, so
change pull_rt_task() to pull_dl_task() in comment.

Signed-off-by: T.Zhou <t1zhou@163.com>
---
 kernel/sched/deadline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c
index f276a81..d93b300 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -1137,7 +1137,7 @@ pick_next_task_dl(struct rq *rq, struct task_struct *prev, struct pin_cookie coo
 		pull_dl_task(rq);
 		lockdep_repin_lock(&rq->lock, cookie);
 		/*
-		 * pull_rt_task() can drop (and re-acquire) rq->lock; this
+		 * pull_dl_task() can drop (and re-acquire) rq->lock; this
 		 * means a stop task can slip in, in which case we need to
 		 * re-start task selection.
 		 */
-- 
2.7.3

[toc] | [next] | [standalone]


#1528242 — [tip:sched/core] sched/dl: Fix comment in pick_next_task_dl()

From"tip-bot for T.Zhou" <tipbot@zytor.com>
Date2016-11-23 10:30 +0100
Subject[tip:sched/core] sched/dl: Fix comment in pick_next_task_dl()
Message-ID<sGC2m-30l-29@gated-at.bofh.it>
In reply to#1528050
Commit-ID:  176cedc4ed143745708999155c11b5717cdebb35
Gitweb:     http://git.kernel.org/tip/176cedc4ed143745708999155c11b5717cdebb35
Author:     T.Zhou <t1zhou@163.com>
AuthorDate: Wed, 23 Nov 2016 08:48:32 +0800
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 23 Nov 2016 10:23:21 +0100

sched/dl: Fix comment in pick_next_task_dl()

Fix cut & paste oversight:

  s/pull_rt_task/pull_dl_task

Signed-off-by: T.Zhou <t1zhou@163.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: juri.lelli@gmail.com
Link: http://lkml.kernel.org/r/20161123004832.GA2983@geo
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/sched/deadline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c
index c61b461..70ef2b1 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -1137,7 +1137,7 @@ pick_next_task_dl(struct rq *rq, struct task_struct *prev, struct pin_cookie coo
 		pull_dl_task(rq);
 		lockdep_repin_lock(&rq->lock, cookie);
 		/*
-		 * pull_rt_task() can drop (and re-acquire) rq->lock; this
+		 * pull_dl_task() can drop (and re-acquire) rq->lock; this
 		 * means a stop task can slip in, in which case we need to
 		 * re-start task selection.
 		 */

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web