linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sched/rt:Fix replenish_dl_entity() comments to match the current upstream code
@ 2014-07-07  5:59 xiaofeng.yan
  2014-07-16 19:22 ` [tip:sched/core] sched/rt: Fix " tip-bot for xiaofeng.yan
  0 siblings, 1 reply; 2+ messages in thread
From: xiaofeng.yan @ 2014-07-07  5:59 UTC (permalink / raw)
  To: mingo, peterz, linux-kernel; +Cc: xiaofeng.yan2012, xiaofeng.yan

Signed-off-by: xiaofeng.yan <xiaofeng.yan@huawei.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 fc4f98b1..6541565 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -306,7 +306,7 @@ static inline void setup_new_dl_entity(struct sched_dl_entity *dl_se,
  * the overrunning entity can't interfere with other entity in the system and
  * can't make them miss their deadlines. Reasons why this kind of overruns
  * could happen are, typically, a entity voluntarily trying to overcome its
- * runtime, or it just underestimated it during sched_setscheduler_ex().
+ * runtime, or it just underestimated it during sched_setattr().
  */
 static void replenish_dl_entity(struct sched_dl_entity *dl_se,
 				struct sched_dl_entity *pi_se)
-- 
1.7.9.5


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

* [tip:sched/core] sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
  2014-07-07  5:59 [PATCH] sched/rt:Fix replenish_dl_entity() comments to match the current upstream code xiaofeng.yan
@ 2014-07-16 19:22 ` tip-bot for xiaofeng.yan
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for xiaofeng.yan @ 2014-07-16 19:22 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, peterz, xiaofeng.yan, tglx

Commit-ID:  1b09d29bc00964d9032d80516f958044ac6b3805
Gitweb:     http://git.kernel.org/tip/1b09d29bc00964d9032d80516f958044ac6b3805
Author:     xiaofeng.yan <xiaofeng.yan@huawei.com>
AuthorDate: Mon, 7 Jul 2014 05:59:04 +0000
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 16 Jul 2014 13:38:20 +0200

sched/rt: Fix replenish_dl_entity() comments to match the current upstream code

Signed-off-by: xiaofeng.yan <xiaofeng.yan@huawei.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1404712744-16986-1-git-send-email-xiaofeng.yan@huawei.com
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 df0b77a..255ce13 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -306,7 +306,7 @@ static inline void setup_new_dl_entity(struct sched_dl_entity *dl_se,
  * the overrunning entity can't interfere with other entity in the system and
  * can't make them miss their deadlines. Reasons why this kind of overruns
  * could happen are, typically, a entity voluntarily trying to overcome its
- * runtime, or it just underestimated it during sched_setscheduler_ex().
+ * runtime, or it just underestimated it during sched_setattr().
  */
 static void replenish_dl_entity(struct sched_dl_entity *dl_se,
 				struct sched_dl_entity *pi_se)

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

end of thread, other threads:[~2014-07-16 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-07  5:59 [PATCH] sched/rt:Fix replenish_dl_entity() comments to match the current upstream code xiaofeng.yan
2014-07-16 19:22 ` [tip:sched/core] sched/rt: Fix " tip-bot for xiaofeng.yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).