[PATCH] mptcp: fix typos in comments

moyuanhao3676@163.com posted 1 patch 6 months, 2 weeks ago
There is a newer version of this series
net/mptcp/protocol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mptcp: fix typos in comments
Posted by moyuanhao3676@163.com 6 months, 2 weeks ago
From: moyuanhao <moyuanhao3676@163.com>

This patch fixes the spelling mistakes in comments.
greter -> greater

Signed-off-by: moyuanhao <moyuanhao3676@163.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
Re: [PATCH] mptcp: fix typos in comments
Posted by Matthieu Baerts 6 months, 2 weeks ago
Hi moyuanhao,

On 30/05/2025 20:10, moyuanhao3676@163.com wrote:
> From: moyuanhao <moyuanhao3676@163.com>
> 
> This patch fixes the spelling mistakes in comments.
> greter -> greater

Thank you for the patch. It looks good to me:

Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

But please note that net-next is closed, so this patch should not have
been sent now:

https://docs.kernel.org/process/maintainer-netdev.html#git-trees-and-patch-flow

I will apply this patch in MPTCP tree, and send it later with others.

pw-bot: deferred

Cheers,
Matt
-- 
Sponsored by the NGI0 Core fund.