* [PATCH][next] selftests/bpf: Fix spelling mistake "clien" -> "client"
@ 2025-11-06 11:00 Colin Ian King
0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2025-11-06 11:00 UTC (permalink / raw)
To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
Martin KaFai Lau, Eduard Zingerman, Song Liu, Yonghong Song,
John Fastabend, KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa,
Shuah Khan, alexis.lothore, bpf, linux-kselftest
Cc: kernel-janitors, linux-kernel
There are spelling mistakes in ASSERT_OK_PTR messages. Fix them.
Signed-off-by: Colin Ian King <coking@nvidia.com>
---
tools/testing/selftests/bpf/prog_tests/test_tc_tunnel.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/bpf/prog_tests/test_tc_tunnel.c b/tools/testing/selftests/bpf/prog_tests/test_tc_tunnel.c
index deea90aaefad..f74fb50e3f9f 100644
--- a/tools/testing/selftests/bpf/prog_tests/test_tc_tunnel.c
+++ b/tools/testing/selftests/bpf/prog_tests/test_tc_tunnel.c
@@ -516,13 +516,13 @@ static void subtest_cleanup(struct subtest_cfg *cfg)
struct nstoken *nstoken;
nstoken = open_netns(CLIENT_NS);
- if (ASSERT_OK_PTR(nstoken, "open clien ns")) {
+ if (ASSERT_OK_PTR(nstoken, "open client ns")) {
SYS_NOFAIL("tc qdisc delete dev veth1 parent ffff:fff1");
SYS_NOFAIL("ip a flush veth1");
close_netns(nstoken);
}
nstoken = open_netns(SERVER_NS);
- if (ASSERT_OK_PTR(nstoken, "open clien ns")) {
+ if (ASSERT_OK_PTR(nstoken, "open client ns")) {
SYS_NOFAIL("tc qdisc delete dev veth2 parent ffff:fff1");
SYS_NOFAIL("ip a flush veth2");
if (!cfg->expect_kern_decap_failure)
--
2.51.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-06 11:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 11:00 [PATCH][next] selftests/bpf: Fix spelling mistake "clien" -> "client" Colin Ian King
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).