Skip to content

Commit 4b2b38e

Browse files
olsajiriAlexei Starovoitov
authored andcommitted
selftests/bpf: Fix typo in subtest_basic_usdt after merge conflict
Use proper 'called' variable name. Fixes: ae28ed4 ("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>
1 parent f83fcec commit 4b2b38e

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/bpf/prog_tests

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/prog_tests/usdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static void subtest_basic_usdt(bool optimized)
142142
goto cleanup;
143143
#endif
144144

145-
alled = TRIGGER(1);
145+
called = TRIGGER(1);
146146

147147
ASSERT_EQ(bss->usdt0_called, called, "usdt0_called");
148148
ASSERT_EQ(bss->usdt3_called, called, "usdt3_called");

0 commit comments

Comments
 (0)