From: Richard Weinberger Date: Sat, 12 Nov 2011 17:07:57 +0000 (+0100) Subject: sched: Fix comment for requeue_rt_entity X-Git-Tag: firefly_0821_release~3680^2~3843^2~9^2~26 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=60686317da05049385eae86e44c710cde535f95f;p=firefly-linux-kernel-4.4.55.git sched: Fix comment for requeue_rt_entity Signed-off-by: Richard Weinberger Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1321117677-3282-1-git-send-email-richard@nod.at Signed-off-by: Ingo Molnar --- diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c index 583a1368afe6..d95e861122cf 100644 --- a/kernel/sched_rt.c +++ b/kernel/sched_rt.c @@ -957,8 +957,8 @@ static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags) } /* - * Put task to the end of the run list without the overhead of dequeue - * followed by enqueue. + * Put task to the head or the end of the run list without the overhead of + * dequeue followed by enqueue. */ static void requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head)