[PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c

Shibo Li posted 1 patch 2 years, 6 months ago
drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c
Posted by Shibo Li 2 years, 6 months ago
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
Re: [PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c
Posted by Greg Kroah-Hartman 2 years, 6 months ago
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