public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/dl: change pull_rt_task() to pull_dl_task() in comment
@ 2016-11-23  0:48 T.Zhou
  2016-11-23  9:27 ` [tip:sched/core] sched/dl: Fix comment in pick_next_task_dl() tip-bot for T.Zhou
  0 siblings, 1 reply; 2+ messages in thread
From: T.Zhou @ 2016-11-23  0:48 UTC (permalink / raw)
  To: juri.lelli; +Cc: peterz, linux-kernel, mingo

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-23  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23  0:48 [PATCH] sched/dl: change pull_rt_task() to pull_dl_task() in comment T.Zhou
2016-11-23  9:27 ` [tip:sched/core] sched/dl: Fix comment in pick_next_task_dl() tip-bot for T.Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox