From: "T.Zhou" <t1zhou@163.com>
To: juri.lelli@gmail.com
Cc: peterz@infradead.org, linux-kernel@vger.kernel.org, mingo@kernel.org
Subject: [PATCH] sched/dl: change pull_rt_task() to pull_dl_task() in comment
Date: Wed, 23 Nov 2016 08:48:32 +0800 [thread overview]
Message-ID: <20161123004832.GA2983@geo> (raw)
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
next reply other threads:[~2016-11-23 0:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-23 0:48 T.Zhou [this message]
2016-11-23 9:27 ` [tip:sched/core] sched/dl: Fix comment in pick_next_task_dl() tip-bot for T.Zhou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161123004832.GA2983@geo \
--to=t1zhou@163.com \
--cc=juri.lelli@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.