Skip to content

Commit e2a37c2

Browse files
makebit2000htejun
authored andcommitted
kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments
Fixes a minor spelling mistake in two comment lines Signed-off-by: Ke Ma <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent ddceadc commit e2a37c2

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
@@ -1655,7 +1655,7 @@ static struct task_struct *scx_task_iter_next_locked(struct scx_task_iter *iter)
16551655
* scx_add_event - Increase an event counter for 'name' by 'cnt'
16561656
* @sch: scx_sched to account events for
16571657
* @name: an event name defined in struct scx_event_stats
1658-
* @cnt: the number of the event occured
1658+
* @cnt: the number of the event occurred
16591659
*
16601660
* This can be used when preemption is not disabled.
16611661
*/
@@ -1668,7 +1668,7 @@ static struct task_struct *scx_task_iter_next_locked(struct scx_task_iter *iter)
16681668
* __scx_add_event - Increase an event counter for 'name' by 'cnt'
16691669
* @sch: scx_sched to account events for
16701670
* @name: an event name defined in struct scx_event_stats
1671-
* @cnt: the number of the event occured
1671+
* @cnt: the number of the event occurred
16721672
*
16731673
* This should be used only when preemption is disabled.
16741674
*/

0 commit comments

Comments
 (0)