Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sched: Fix comment for requeue_rt_entity

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1321117677-3282-1-git-send-email-richard@nod.at
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Richard Weinberger and committed by
Ingo Molnar
60686317 a3e5d109

+2 -2
+2 -2
kernel/sched_rt.c
··· 957 957 } 958 958 959 959 /* 960 - * Put task to the end of the run list without the overhead of dequeue 961 - * followed by enqueue. 960 + * Put task to the head or the end of the run list without the overhead of 961 + * dequeue followed by enqueue. 962 962 */ 963 963 static void 964 964 requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head)