Skip to content

Commit 253f738

Browse files
committed
kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments
JIRA: https://issues.redhat.com/browse/RHEL-111810 commit e2a37c2 Author: Ke Ma <makebit1999@gmail.com> Date: Thu Jun 19 23:11:28 2025 +0200 kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments Fixes a minor spelling mistake in two comment lines Signed-off-by: Ke Ma <makebit1999@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Phil Auld <pauld@redhat.com>
1 parent 4c4fef1 commit 253f738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/sched/ext.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ static struct task_struct *scx_task_iter_next_locked(struct scx_task_iter *iter)
16281628
* scx_add_event - Increase an event counter for 'name' by 'cnt'
16291629
* @sch: scx_sched to account events for
16301630
* @name: an event name defined in struct scx_event_stats
1631-
* @cnt: the number of the event occured
1631+
* @cnt: the number of the event occurred
16321632
*
16331633
* This can be used when preemption is not disabled.
16341634
*/
@@ -1641,7 +1641,7 @@ static struct task_struct *scx_task_iter_next_locked(struct scx_task_iter *iter)
16411641
* __scx_add_event - Increase an event counter for 'name' by 'cnt'
16421642
* @sch: scx_sched to account events for
16431643
* @name: an event name defined in struct scx_event_stats
1644-
* @cnt: the number of the event occured
1644+
* @cnt: the number of the event occurred
16451645
*
16461646
* This should be used only when preemption is disabled.
16471647
*/

0 commit comments

Comments
 (0)