[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250530181004.261417-1-moyuanhao3676@163.com>
Date: Sat, 31 May 2025 02:10:04 +0800
From: moyuanhao3676@....com
To: matttbe@...nel.org,
martineau@...nel.org,
geliang@...nel.org,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
horms@...nel.org
Cc: netdev@...r.kernel.org,
mptcp@...ts.linux.dev,
linux-kernel@...r.kernel.org,
moyuanhao <moyuanhao3676@....com>
Subject: [PATCH] mptcp: fix typos in comments
From: moyuanhao <moyuanhao3676@....com>
This patch fixes the spelling mistakes in comments.
greter -> greater
Signed-off-by: moyuanhao <moyuanhao3676@....com>
---
net/mptcp/protocol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c
index 0749733ea897..18058688e483 100644
--- a/net/mptcp/protocol.c
+++ b/net/mptcp/protocol.c
@@ -1376,7 +1376,7 @@ struct sock *mptcp_subflow_get_send(struct mptcp_sock *msk)
* - estimate the faster flow linger time
* - use the above to estimate the amount of byte transferred
* by the faster flow
- * - check that the amount of queued data is greter than the above,
+ * - check that the amount of queued data is greater than the above,
* otherwise do not use the picked, slower, subflow
* We select the subflow with the shorter estimated time to flush
* the queued mem, which basically ensure the above. We just need
--
2.34.1
Powered by blists - more mailing lists