File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments