lkml.org 
[lkml]   [2022]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] cnic: Fix comment typo
Date
The double `never' is duplicated in line 4130, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
drivers/net/ethernet/broadcom/cnic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/broadcom/cnic.c b/drivers/net/ethernet/broadcom/cnic.c
index e86503d97f32..544f17735b8b 100644
--- a/drivers/net/ethernet/broadcom/cnic.c
+++ b/drivers/net/ethernet/broadcom/cnic.c
@@ -4127,7 +4127,7 @@ static int cnic_ready_to_close(struct cnic_sock *csk, u32 opcode)
* 2. If the expected event is CLOSE_COMP or RESET_COMP, we accept any
* event
* 3. If the expected event is 0, meaning the connection was never
- * never established, we accept the opcode from cm_abort.
+ * established, we accept the opcode from cm_abort.
*/
if (opcode == csk->state || csk->state == 0 ||
csk->state == L4_KCQE_OPCODE_VALUE_CLOSE_COMP ||
--
2.35.1
\
 
 \ /
  Last update: 2022-07-18 15:01    [W:0.132 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site