Re: [PATCH] Remove duplicate words inside documentation

From: Randy Dunlap
Date: Sat Aug 27 2022 - 14:14:20 EST


Hi--

On 8/27/22 07:53, Akhil Raj wrote:
> I have removed repeated `the` inside the documentation
>
> Signed-off-by: Akhil Raj <lf32.dev@xxxxxxxxx>
> ---
> Documentation/admin-guide/kdump/vmcoreinfo.rst | 2 +-
> Documentation/bpf/map_cgroup_storage.rst | 4 ++--
> Documentation/core-api/cpu_hotplug.rst | 2 +-
> Documentation/driver-api/isa.rst | 2 +-
> Documentation/filesystems/caching/backend-api.rst | 2 +-
> Documentation/locking/seqlock.rst | 2 +-
> 6 files changed, 7 insertions(+), 7 deletions(-)

Looks good, although parts of it seem to be duplicates of another
similar patch.
https://lore.kernel.org/linux-doc/d785f8aa-5a41-006d-394c-2bba64047cb4@xxxxxxxxxxxxx/T/#me8fa863e9f8c00fbbf4d11af8412c3bd8df5cfc5


And there are duplicated words other that "the" that could be
cleaned up.
E.g.:
we trace guest of when and should to in send that is on as can at
this are

--
~Randy