Skip to content

Commit c496941

Browse files
tititiou36Peter Zijlstra
authored andcommitted
sched/deadline: Fix a typo in a comment
s/deadine/deadline/ Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 23e71d8 commit c496941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/sched/deadline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ void init_dl_task_timer(struct sched_dl_entity *dl_se)
11371137
* cannot use the runtime, and so it replenishes the task. This rule
11381138
* works fine for implicit deadline tasks (deadline == period), and the
11391139
* CBS was designed for implicit deadline tasks. However, a task with
1140-
* constrained deadline (deadine < period) might be awakened after the
1140+
* constrained deadline (deadline < period) might be awakened after the
11411141
* deadline, but before the next period. In this case, replenishing the
11421142
* task would allow it to run for runtime / deadline. As in this case
11431143
* deadline < period, CBS enables a task to run for more than the

0 commit comments

Comments
 (0)