Re: [PATCH] Delete duplicate words from kernel docs

From: lf32 dev
Date: Thu Sep 01 2022 - 10:24:16 EST


Awesome, thanks for merging this!

On Mon, Aug 29, 2022 at 10:47 PM Jonathan Corbet <corbet@xxxxxxx> wrote:
>
> Akhil Raj <lf32.dev@xxxxxxxxx> writes:
>
> > I have deleted duplicate words like
> >
> > to, guest, trace, when, we
> >
> > Signed-off-by: Akhil Raj <lf32.dev@xxxxxxxxx>
> > ---
> > Documentation/RCU/checklist.rst | 2 +-
> > Documentation/RCU/lockdep.rst | 2 +-
> > Documentation/bpf/instruction-set.rst | 2 +-
> > Documentation/trace/histogram.rst | 2 +-
> > Documentation/trace/timerlat-tracer.rst | 2 +-
> > Documentation/virt/kvm/x86/mmu.rst | 2 +-
> > 6 files changed, 6 insertions(+), 6 deletions(-)
>
> Applied, thanks,
>
> jon