aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2020-06-02 21:50:02 +0200
committerPeter Zijlstra <peterz@infradead.org>2020-06-15 14:10:06 +0200
commitc49694173da004b1b16082f82f28bd625415fbb2 (patch)
tree0be2ecdbb8e06633c3d907c74be7031def51daa7 /kernel/sched
parentsched/deadline: Implement fallback mechanism for !fit case (diff)
downloadwireguard-linux-c49694173da004b1b16082f82f28bd625415fbb2.tar.xz
wireguard-linux-c49694173da004b1b16082f82f28bd625415fbb2.zip
sched/deadline: Fix a typo in a comment
s/deadine/deadline/ Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20200602195002.677448-1-christophe.jaillet@wanadoo.fr
Diffstat (limited to 'kernel/sched')
-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 84e84ba0b00a..d4708e29008f 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -1137,7 +1137,7 @@ void init_dl_task_timer(struct sched_dl_entity *dl_se)
* cannot use the runtime, and so it replenishes the task. This rule
* works fine for implicit deadline tasks (deadline == period), and the
* CBS was designed for implicit deadline tasks. However, a task with
- * constrained deadline (deadine < period) might be awakened after the
+ * constrained deadline (deadline < period) might be awakened after the
* deadline, but before the next period. In this case, replenishing the
* task would allow it to run for runtime / deadline. As in this case
* deadline < period, CBS enables a task to run for more than the