Noted. Thank you sir On Fri, 28 Oct 2022 at 21:35, Alison Schofield <alison.schofield@xxxxxxxxx> wrote: > > On Fri, Oct 28, 2022 at 08:14:20AM +0300, UMWARI JOVIAL wrote: > > i used checkpatch.pl script to identify the above > > Repetition of the same word in one sentence same line > > > > Signed-off-by: UMWARI JOVIAL <umwarijovial@xxxxxxxxx> > > This is my (not yet automated) response: > > You are sending patches to the Outreachy list, in a way > that makes me suspect you have overlooked the Outreachy > Project Contribution Information. > > Please review: > https://www.outreachy.org/outreachy-december-2022-internship-round/communities/linux-kernel/ (only accepted applicants can see this link) > > https://lore.kernel.org/outreachy/Y0D+dzbjRtuc0KT4@aschofie-mobl2/ > > Alison > > > --- > > drivers/staging/rtl8712/rtl871x_xmit.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/staging/rtl8712/rtl871x_xmit.c b/drivers/staging/rtl8712/rtl871x_xmit.c > > index 090345bad223..30a0276b8b58 100644 > > --- a/drivers/staging/rtl8712/rtl871x_xmit.c > > +++ b/drivers/staging/rtl8712/rtl871x_xmit.c > > @@ -766,7 +766,7 @@ void r8712_free_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf) > > * If we turn on USE_RXTHREAD, then, no need for critical section. > > * Otherwise, we must use _enter/_exit critical to protect free_xmit_queue... > > * > > - * Must be very very cautious... > > + * Must be very cautious... > > * > > */ > > struct xmit_frame *r8712_alloc_xmitframe(struct xmit_priv *pxmitpriv) > > -- > > 2.25.1 > > > >