All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/mptcp: fix repeated words in comments
@ 2022-10-22  7:05 wangjianli
  2022-10-22  9:10 ` net/mptcp: fix repeated words in comments: Tests Results MPTCP CI
  2022-10-23 13:47 ` [PATCH] net/mptcp: fix repeated words in comments Bagas Sanjaya
  0 siblings, 2 replies; 4+ messages in thread
From: wangjianli @ 2022-10-22  7:05 UTC (permalink / raw)
  To: mathew.j.martineau, matthieu.baerts, davem, edumazet, kuba,
	pabeni
  Cc: netdev, mptcp, linux-kernel, wangjianli

Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.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


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

end of thread, other threads:[~2022-10-24 22:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-22  7:05 [PATCH] net/mptcp: fix repeated words in comments wangjianli
2022-10-22  9:10 ` net/mptcp: fix repeated words in comments: Tests Results MPTCP CI
2022-10-23 13:47 ` [PATCH] net/mptcp: fix repeated words in comments Bagas Sanjaya
2022-10-24 22:04   ` Mat Martineau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.