File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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)
1655
1655
* scx_add_event - Increase an event counter for 'name' by 'cnt'
1656
1656
* @sch: scx_sched to account events for
1657
1657
* @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
1659
1659
*
1660
1660
* This can be used when preemption is not disabled.
1661
1661
*/
@@ -1668,7 +1668,7 @@ static struct task_struct *scx_task_iter_next_locked(struct scx_task_iter *iter)
1668
1668
* __scx_add_event - Increase an event counter for 'name' by 'cnt'
1669
1669
* @sch: scx_sched to account events for
1670
1670
* @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
1672
1672
*
1673
1673
* This should be used only when preemption is disabled.
1674
1674
*/
You can’t perform that action at this time.
0 commit comments