Re: [PATCH v2 2/4] docs: fix repeated word 'that' across documentation

From: Jonathan Corbet

Date: Sat May 09 2026 - 17:13:09 EST


Adrien Reynard <reynard.adrien.08@xxxxxxxxx> writes:

> Remove duplicated word 'that' found in RCU/rcu.rst,
> driver-api/driver-model/overview.rst,
> filesystems/netfs_library.rst, trace/histogram-design.rst
> and trace/histogram.rst.
>
> Signed-off-by: Adrien Reynard <reynard.adrien.08@xxxxxxxxx>
> ---
> Documentation/RCU/rcu.rst | 2 +-
> Documentation/driver-api/driver-model/overview.rst | 2 +-
> Documentation/filesystems/netfs_library.rst | 2 +-
> Documentation/trace/histogram-design.rst | 2 +-
> Documentation/trace/histogram.rst | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)

When you send an updated version of a patch, please:

- Post it as its own thread, rather than as a response to a previous
version

- Include a note after the "---" line explaining the changes from the
previous version.

Thanks,

jon