aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched/deadline.c')
-rw-r--r--kernel/sched/deadline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c
index 470ba6b464fe..b32bc1f7cd14 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -727,7 +727,7 @@ static void replenish_dl_entity(struct sched_dl_entity *dl_se,
727 * refill the runtime and set the deadline a period in the future, 727 * refill the runtime and set the deadline a period in the future,
728 * because keeping the current (absolute) deadline of the task would 728 * because keeping the current (absolute) deadline of the task would
729 * result in breaking guarantees promised to other tasks (refer to 729 * result in breaking guarantees promised to other tasks (refer to
730 * Documentation/scheduler/sched-deadline.txt for more informations). 730 * Documentation/scheduler/sched-deadline.txt for more information).
731 * 731 *
732 * This function returns true if: 732 * This function returns true if:
733 * 733 *