]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
selftests/bpf: Fix typo in subtest_basic_usdt after merge conflict
authorJiri Olsa <jolsa@kernel.org>
Wed, 1 Oct 2025 12:22:22 +0000 (14:22 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 1 Oct 2025 20:37:30 +0000 (13:37 -0700)
Use proper 'called' variable name.

Fixes: ae28ed4578e6 ("Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next")
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/bpf/aN0JVRynHxqKy4lw@krava/
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/usdt.c

index 4f7f45e693153da8dda9bca688e3adbf00c9809b..f4be5269fa9014d5dc0ece4d437bdd2a98e63d66 100644 (file)
@@ -142,7 +142,7 @@ static void subtest_basic_usdt(bool optimized)
                goto cleanup;
 #endif
 
-       alled = TRIGGER(1);
+       called = TRIGGER(1);
 
        ASSERT_EQ(bss->usdt0_called, called, "usdt0_called");
        ASSERT_EQ(bss->usdt3_called, called, "usdt3_called");