[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221022070527.55960-1-wangjianli@cdjrlc.com>
Date: Sat, 22 Oct 2022 15:05:27 +0800
From: wangjianli <wangjianli@...rlc.com>
To: mathew.j.martineau@...ux.intel.com, matthieu.baerts@...sares.net,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com
Cc: netdev@...r.kernel.org, mptcp@...ts.linux.dev,
linux-kernel@...r.kernel.org, wangjianli <wangjianli@...rlc.com>
Subject: [PATCH] net/mptcp: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@...rlc.com>
---
net/mptcp/token.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mptcp/token.c b/net/mptcp/token.c
index f52ee7b26aed..b817c2564300 100644
--- a/net/mptcp/token.c
+++ b/net/mptcp/token.c
@@ -287,7 +287,7 @@ EXPORT_SYMBOL_GPL(mptcp_token_get_sock);
* This function returns the first mptcp connection structure found inside the
* token container starting from the specified position, or NULL.
*
- * On successful iteration, the iterator is move to the next position and the
+ * On successful iteration, the iterator is move to the next position and
* the acquires a reference to the returned socket.
*/
struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot,
--
2.36.1
Powered by blists - more mailing lists