mirror of https://lore.kernel.org/lkml/
 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	[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

Powered by JetHome