* [PATCH] mptcp: fix typos in comments
@ 2025-05-30 18:10 moyuanhao3676
2025-05-30 19:39 ` MPTCP CI
2025-06-02 10:09 ` Matthieu Baerts
0 siblings, 2 replies; 3+ messages in thread
From: moyuanhao3676 @ 2025-05-30 18:10 UTC (permalink / raw)
To: matttbe, martineau, geliang, davem, edumazet, kuba, pabeni, horms
Cc: netdev, mptcp, linux-kernel, moyuanhao
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mptcp: fix typos in comments
2025-05-30 18:10 [PATCH] mptcp: fix typos in comments moyuanhao3676
@ 2025-05-30 19:39 ` MPTCP CI
2025-06-02 10:09 ` Matthieu Baerts
1 sibling, 0 replies; 3+ messages in thread
From: MPTCP CI @ 2025-05-30 19:39 UTC (permalink / raw)
To: moyuanhao; +Cc: mptcp
Hi moyuanhao,
Thank you for your modifications, that's great!
Our CI did some validations and here is its report:
- KVM Validation: normal: Success! ✅
- KVM Validation: debug: Success! ✅
- KVM Validation: btf-normal (only bpftest_all): Success! ✅
- KVM Validation: btf-debug (only bpftest_all): Success! ✅
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/15353341784
Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/2f1e0a2fa2a3
Patchwork: https://patchwork.kernel.org/project/mptcp/list/?series=967693
If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:
$ cd [kernel source code]
$ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
--pull always mptcp/mptcp-upstream-virtme-docker:latest \
auto-normal
For more details:
https://github.com/multipath-tcp/mptcp-upstream-virtme-docker
Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)
Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (NGI0 Core)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mptcp: fix typos in comments
2025-05-30 18:10 [PATCH] mptcp: fix typos in comments moyuanhao3676
2025-05-30 19:39 ` MPTCP CI
@ 2025-06-02 10:09 ` Matthieu Baerts
1 sibling, 0 replies; 3+ messages in thread
From: Matthieu Baerts @ 2025-06-02 10:09 UTC (permalink / raw)
To: moyuanhao3676
Cc: netdev, mptcp, linux-kernel, martineau, geliang, davem, edumazet,
kuba, pabeni, horms
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-02 10:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-30 18:10 [PATCH] mptcp: fix typos in comments moyuanhao3676
2025-05-30 19:39 ` MPTCP CI
2025-06-02 10:09 ` Matthieu Baerts
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.