public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] WARNING: Possible repeated word: 'very'
@ 2022-10-28  5:14 UMWARI JOVIAL
  2022-10-28  6:08 ` Greg KH
  2022-10-28 18:35 ` Alison Schofield
  0 siblings, 2 replies; 8+ messages in thread
From: UMWARI JOVIAL @ 2022-10-28  5:14 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel, outreachy

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@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-29 17:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-28  5:14 [PATCH] WARNING: Possible repeated word: 'very' UMWARI JOVIAL
2022-10-28  6:08 ` Greg KH
2022-10-28  6:13   ` jovial umwari
2022-10-28  6:28     ` Greg KH
2022-10-28  9:53       ` jovial umwari
2022-10-28 18:35 ` Alison Schofield
2022-10-29 16:51   ` jovial umwari
2022-10-29 17:35     ` Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox