All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/fair: Update comment after a variable rename
@ 2016-03-29 23:07 Yuyang Du
  2016-03-29 23:24 ` Yuyang Du
  2016-03-31  9:29 ` [tip:sched/core] sched/fair: Update comments " tip-bot for Yuyang Du
  0 siblings, 2 replies; 3+ messages in thread
From: Yuyang Du @ 2016-03-29 23:07 UTC (permalink / raw)
  To: peterz, mingo, linux-kernel; +Cc: ak, Yuyang Du

Commit ed82b8a1ff76ed7b2709 renamed prio_to_weight to sched_prio_to_weight,
but the old name was not updated in a comment.

Signed-off-by: Yuyang Du <yuyang.du@intel.com>
---
 kernel/sched/fair.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 303d639..68ecc1f 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5630,7 +5630,7 @@ static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preemp
  *   W_i,0 = \Sum_j w_i,j                                             (2)
  *
  * Where w_i,j is the weight of the j-th runnable task on cpu i. This weight
- * is derived from the nice value as per prio_to_weight[].
+ * is derived from the nice value as per sched_prio_to_weight[].
  *
  * The weight average is an exponential decay average of the instantaneous
  * weight:
-- 
1.7.9.5

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

end of thread, other threads:[~2016-03-31  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 23:07 [PATCH] sched/fair: Update comment after a variable rename Yuyang Du
2016-03-29 23:24 ` Yuyang Du
2016-03-31  9:29 ` [tip:sched/core] sched/fair: Update comments " tip-bot for Yuyang Du

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.