Skip to content

Commit 88d4bf6

Browse files
olsajiriKernel Patches Daemon
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 <[email protected]>
1 parent 2b8b7d1 commit 88d4bf6

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)