* [PATCH REPOST] selftests: net: Fix minor typos in MPTCP and psock tests
@ 2025-02-18 16:59 Suchit K
2025-02-18 18:42 ` Matthieu Baerts
2025-02-20 3:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 4+ messages in thread
From: Suchit K @ 2025-02-18 16:59 UTC (permalink / raw)
To: netdev
Cc: kuba, horms, matttbe, skhan, linux-kernel-mentees, linux-kernel,
Suchit
From: Suchit <suchitkarunakaran@gmail.com>
Fixes minor spelling errors:
- `simult_flows.sh`: "al testcases" -> "all testcases"
- `psock_tpacket.c`: "accross" -> "across"
Signed-off-by: Suchit Karunakaran <suchitkarunakaran@gmail.com>
---
tools/testing/selftests/net/mptcp/simult_flows.sh | 2 +-
tools/testing/selftests/net/psock_tpacket.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/net/mptcp/simult_flows.sh b/tools/testing/selftests/net/mptcp/simult_flows.sh
index 9c2a41597..2329c2f85 100755
--- a/tools/testing/selftests/net/mptcp/simult_flows.sh
+++ b/tools/testing/selftests/net/mptcp/simult_flows.sh
@@ -28,7 +28,7 @@ size=0
usage() {
echo "Usage: $0 [ -b ] [ -c ] [ -d ] [ -i]"
- echo -e "\t-b: bail out after first error, otherwise runs al testcases"
+ echo -e "\t-b: bail out after first error, otherwise runs all testcases"
echo -e "\t-c: capture packets for each test using tcpdump (default: no capture)"
echo -e "\t-d: debug this script"
echo -e "\t-i: use 'ip mptcp' instead of 'pm_nl_ctl'"
diff --git a/tools/testing/selftests/net/psock_tpacket.c b/tools/testing/selftests/net/psock_tpacket.c
index 404a2ce75..221270cee 100644
--- a/tools/testing/selftests/net/psock_tpacket.c
+++ b/tools/testing/selftests/net/psock_tpacket.c
@@ -12,7 +12,7 @@
*
* Datapath:
* Open a pair of packet sockets and send resp. receive an a priori known
- * packet pattern accross the sockets and check if it was received resp.
+ * packet pattern across the sockets and check if it was received resp.
* sent correctly. Fanout in combination with RX_RING is currently not
* tested here.
*
--
2.48.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH REPOST] selftests: net: Fix minor typos in MPTCP and psock tests
2025-02-18 16:59 [PATCH REPOST] selftests: net: Fix minor typos in MPTCP and psock tests Suchit K
@ 2025-02-18 18:42 ` Matthieu Baerts
2025-02-18 19:12 ` Suchit K
2025-02-20 3:10 ` patchwork-bot+netdevbpf
1 sibling, 1 reply; 4+ messages in thread
From: Matthieu Baerts @ 2025-02-18 18:42 UTC (permalink / raw)
To: Suchit K, netdev; +Cc: kuba, horms, skhan, linux-kernel-mentees, linux-kernel
Hi Suchit,
On 18/02/2025 17:59, Suchit K wrote:
> From: Suchit <suchitkarunakaran@gmail.com>
>
> Fixes minor spelling errors:
> - `simult_flows.sh`: "al testcases" -> "all testcases"
> - `psock_tpacket.c`: "accross" -> "across"
Thank you, the patch is no longer corrupted.
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
This patch can be directly applied in net-next.
Note: please next time don't repost your patches within one 24h period,
and use the [PATCH net-next] prefix, see:
https://docs.kernel.org/process/maintainer-netdev.html
Cheers,
Matt
--
Sponsored by the NGI0 Core fund.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH REPOST] selftests: net: Fix minor typos in MPTCP and psock tests
2025-02-18 18:42 ` Matthieu Baerts
@ 2025-02-18 19:12 ` Suchit K
0 siblings, 0 replies; 4+ messages in thread
From: Suchit K @ 2025-02-18 19:12 UTC (permalink / raw)
To: Matthieu Baerts
Cc: netdev, kuba, horms, skhan, linux-kernel-mentees, linux-kernel
Thanks for the feedback!
On Wed, 19 Feb 2025 at 00:12, Matthieu Baerts <matttbe@kernel.org> wrote:
>
> Hi Suchit,
>
> On 18/02/2025 17:59, Suchit K wrote:
> > From: Suchit <suchitkarunakaran@gmail.com>
> >
> > Fixes minor spelling errors:
> > - `simult_flows.sh`: "al testcases" -> "all testcases"
> > - `psock_tpacket.c`: "accross" -> "across"
>
> Thank you, the patch is no longer corrupted.
>
> Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
>
> This patch can be directly applied in net-next.
>
> Note: please next time don't repost your patches within one 24h period,
> and use the [PATCH net-next] prefix, see:
>
> https://docs.kernel.org/process/maintainer-netdev.html
>
> Cheers,
> Matt
> --
> Sponsored by the NGI0 Core fund.
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH REPOST] selftests: net: Fix minor typos in MPTCP and psock tests
2025-02-18 16:59 [PATCH REPOST] selftests: net: Fix minor typos in MPTCP and psock tests Suchit K
2025-02-18 18:42 ` Matthieu Baerts
@ 2025-02-20 3:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-02-20 3:10 UTC (permalink / raw)
To: Suchit K
Cc: netdev, kuba, horms, matttbe, skhan, linux-kernel-mentees,
linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 18 Feb 2025 22:29:23 +0530 you wrote:
> From: Suchit <suchitkarunakaran@gmail.com>
>
> Fixes minor spelling errors:
> - `simult_flows.sh`: "al testcases" -> "all testcases"
> - `psock_tpacket.c`: "accross" -> "across"
>
> Signed-off-by: Suchit Karunakaran <suchitkarunakaran@gmail.com>
>
> [...]
Here is the summary with links:
- [REPOST] selftests: net: Fix minor typos in MPTCP and psock tests
https://git.kernel.org/netdev/net-next/c/23dcacff2d11
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-20 3:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 16:59 [PATCH REPOST] selftests: net: Fix minor typos in MPTCP and psock tests Suchit K
2025-02-18 18:42 ` Matthieu Baerts
2025-02-18 19:12 ` Suchit K
2025-02-20 3:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).