Skip to content

Commit 6068631

Browse files
richardweinbergerIngo Molnar
authored andcommitted
sched: Fix comment for requeue_rt_entity
Signed-off-by: Richard Weinberger <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent a3e5d10 commit 6068631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/sched_rt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,8 @@ static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags)
957957
}
958958

959959
/*
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.
962962
*/
963963
static void
964964
requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head)

0 commit comments

Comments
 (0)