Re: [PATCH] Documentation/scheduler: Fix duplicated word in sched-deadline

From: Jonathan Corbet

Date: Sun May 03 2026 - 10:52:02 EST


Miles Krause <mileskrause5200@xxxxxxxxx> writes:

> The SCHED_DEADLINE documentation has a duplicated the in the CPU
> affinity section.
>
> Remove the extra word.
>
> Signed-off-by: Miles Krause <mileskrause5200@xxxxxxxxx>
> ---
> 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