* [PATCH] Documentation/scheduler: Fix duplicated word in sched-deadline
@ 2026-04-29 22:24 Miles Krause
2026-05-03 14:51 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Miles Krause @ 2026-04-29 22:24 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Juri Lelli, linux-doc, linux-kernel, Miles Krause
The SCHED_DEADLINE documentation has a duplicated the in the CPU
affinity section.
Remove the extra word.
Signed-off-by: Miles Krause <mileskrause5200@gmail.com>
---
Documentation/scheduler/sched-deadline.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/scheduler/sched-deadline.rst b/Documentation/scheduler/sched-deadline.rst
index 3ad93cd7b59a..9019b66f6a5b 100644
--- a/Documentation/scheduler/sched-deadline.rst
+++ b/Documentation/scheduler/sched-deadline.rst
@@ -685,7 +685,7 @@ Deadline Task Scheduling
Deadline tasks cannot have a cpu affinity mask smaller than the root domain they
are created on. So, using ``sched_setaffinity(2)`` won't work. Instead, the
- the deadline task should be created in a restricted root domain. This can be
+ deadline task should be created in a restricted root domain. This can be
done using the cpuset controller of either cgroup v1 (deprecated) or cgroup v2.
See :ref:`Documentation/admin-guide/cgroup-v1/cpusets.rst <cpusets>` and
:ref:`Documentation/admin-guide/cgroup-v2.rst <cgroup-v2>` for more information.
--
2.54.0.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation/scheduler: Fix duplicated word in sched-deadline
2026-04-29 22:24 [PATCH] Documentation/scheduler: Fix duplicated word in sched-deadline Miles Krause
@ 2026-05-03 14:51 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2026-05-03 14:51 UTC (permalink / raw)
To: Miles Krause; +Cc: Juri Lelli, linux-doc, linux-kernel, Miles Krause
Miles Krause <mileskrause5200@gmail.com> writes:
> The SCHED_DEADLINE documentation has a duplicated the in the CPU
> affinity section.
>
> Remove the extra word.
>
> Signed-off-by: Miles Krause <mileskrause5200@gmail.com>
> ---
> Documentation/scheduler/sched-deadline.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/scheduler/sched-deadline.rst b/Documentation/scheduler/sched-deadline.rst
> index 3ad93cd7b59a..9019b66f6a5b 100644
> --- a/Documentation/scheduler/sched-deadline.rst
> +++ b/Documentation/scheduler/sched-deadline.rst
> @@ -685,7 +685,7 @@ Deadline Task Scheduling
>
> Deadline tasks cannot have a cpu affinity mask smaller than the root domain they
> are created on. So, using ``sched_setaffinity(2)`` won't work. Instead, the
> - the deadline task should be created in a restricted root domain. This can be
> + deadline task should be created in a restricted root domain. This can be
> done using the cpuset controller of either cgroup v1 (deprecated) or cgroup v2.
Applied, thanks,
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-03 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 22:24 [PATCH] Documentation/scheduler: Fix duplicated word in sched-deadline Miles Krause
2026-05-03 14:51 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox