]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments
authorKe Ma <makebit1999@gmail.com>
Thu, 19 Jun 2025 21:11:28 +0000 (23:11 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 23 Jun 2025 18:11:16 +0000 (08:11 -1000)
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>
kernel/sched/ext.c

index 39cba11688a9b5bf52ad824d591191b4bc45e748..bee98fdcdd01b88ee4e201d12fd8c0f05b4fc0e2 100644 (file)
@@ -1655,7 +1655,7 @@ static struct task_struct *scx_task_iter_next_locked(struct scx_task_iter *iter)
  * scx_add_event - Increase an event counter for 'name' by 'cnt'
  * @sch: scx_sched to account events for
  * @name: an event name defined in struct scx_event_stats
- * @cnt: the number of the event occured
+ * @cnt: the number of the event occurred
  *
  * This can be used when preemption is not disabled.
  */
@@ -1668,7 +1668,7 @@ static struct task_struct *scx_task_iter_next_locked(struct scx_task_iter *iter)
  * __scx_add_event - Increase an event counter for 'name' by 'cnt'
  * @sch: scx_sched to account events for
  * @name: an event name defined in struct scx_event_stats
- * @cnt: the number of the event occured
+ * @cnt: the number of the event occurred
  *
  * This should be used only when preemption is disabled.
  */