public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c
@ 2023-02-20  6:08 Shibo Li
  2023-02-20  6:49 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Shibo Li @ 2023-02-20  6:08 UTC (permalink / raw)
  To: Larry Finger, Florian Schilhabel, Greg Kroah-Hartman,
	linux-staging, linux-kernel
  Cc: Shibo Li

This patch fixes the following warning in rtl871x_xmit.c:

WARNING: Possible repeated word: 'very'
+ * Must be very very cautious...

Signed-off-by: Shibo Li <zzutcyha@163.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.39.2


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

* Re: [PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c
  2023-02-20  6:08 [PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c Shibo Li
@ 2023-02-20  6:49 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2023-02-20  6:49 UTC (permalink / raw)
  To: Shibo Li; +Cc: Larry Finger, Florian Schilhabel, linux-staging, linux-kernel

On Mon, Feb 20, 2023 at 06:08:23AM +0000, Shibo Li wrote:
> This patch fixes the following warning in rtl871x_xmit.c:
> 
> WARNING: Possible repeated word: 'very'
> + * Must be very very cautious...

Sorry but this text is correct.

thanks,

greg k-h

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

end of thread, other threads:[~2023-02-20  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20  6:08 [PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c Shibo Li
2023-02-20  6:49 ` Greg Kroah-Hartman

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