[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241118024818.11590-1-zhujun2@cmss.chinamobile.com>
Date: Sun, 17 Nov 2024 18:48:18 -0800
From: Zhu Jun <zhujun2@...s.chinamobile.com>
To: corbet@....net
Cc: andrea.righi@...ux.dev,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
zhujun2@...s.chinamobile.com
Subject: [PATCH] sched_ext: Documentation: Fix typo in sched-ext.rst
The word 'tranfers' is wrong, so fix it.
Signed-off-by: Zhu Jun <zhujun2@...s.chinamobile.com>
---
Documentation/scheduler/sched-ext.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/scheduler/sched-ext.rst b/Documentation/scheduler/sched-ext.rst
index 7b59bbd2e564..aff1304d2637 100644
--- a/Documentation/scheduler/sched-ext.rst
+++ b/Documentation/scheduler/sched-ext.rst
@@ -265,7 +265,7 @@ The following briefly shows how a waking task is scheduled and executed.
rather than performing them immediately. There can be up to
``ops.dispatch_max_batch`` pending tasks.
- * ``scx_bpf_consume()`` tranfers a task from the specified non-local DSQ
+ * ``scx_bpf_consume()`` transfer a task from the specified non-local DSQ
to the dispatching DSQ. This function cannot be called with any BPF
locks held. ``scx_bpf_consume()`` flushes the pending dispatched tasks
before trying to consume the specified DSQ.
--
2.17.1
Powered by blists - more mailing lists