Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/bpf: Fix typo in subtest_basic_usdt after merge conflict

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>

authored by

Jiri Olsa and committed by
Alexei Starovoitov
4b2b38ea f83fcec7

+1 -1
+1 -1
tools/testing/selftests/bpf/prog_tests/usdt.c
··· 142 142 goto cleanup; 143 143 #endif 144 144 145 - alled = TRIGGER(1); 145 + called = TRIGGER(1); 146 146 147 147 ASSERT_EQ(bss->usdt0_called, called, "usdt0_called"); 148 148 ASSERT_EQ(bss->usdt3_called, called, "usdt3_called");