linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments
@ 2025-06-19 21:11 Ke Ma
  2025-06-23 18:11 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Ke Ma @ 2025-06-19 21:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: tj, arighi, void, changwoo, Ke Ma

Fixes a minor spelling mistake in two comment lines

Signed-off-by: Ke Ma <makebit1999@gmail.com>
---
 kernel/sched/ext.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/sched/ext.c b/kernel/sched/ext.c
index b498d867ba21..d312b950cbf4 100644
--- a/kernel/sched/ext.c
+++ b/kernel/sched/ext.c
@@ -1637,7 +1637,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.
  */
@@ -1650,7 +1650,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.
  */
-- 
2.44.0.windows.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments
  2025-06-19 21:11 [PATCH] kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments Ke Ma
@ 2025-06-23 18:11 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2025-06-23 18:11 UTC (permalink / raw)
  To: Ke Ma; +Cc: linux-kernel, arighi, void, changwoo

On Thu, Jun 19, 2025 at 11:11:28PM +0200, Ke Ma wrote:
> Fixes a minor spelling mistake in two comment lines
> 
> Signed-off-by: Ke Ma <makebit1999@gmail.com>

Applied to sched_ext/for-6.17.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-23 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-19 21:11 [PATCH] kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments Ke Ma
2025-06-23 18:11 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).