Skip to content

Commit e9d4efd

Browse files
ColinIanKingKernel Patches Daemon
authored andcommitted
selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
There is a spelling mistake in an ASSERT_OK message. Fix it. Signed-off-by: Colin Ian King <[email protected]>
1 parent b6555d5 commit e9d4efd

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/xsk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void test_xsk(const struct test_spec *test_to_run, enum test_mode mode)
7474
if (!ASSERT_OK_PTR(ifobj_rx, "create ifobj_rx"))
7575
goto delete_tx;
7676

77-
if (!ASSERT_OK(configure_ifobj(ifobj_tx, ifobj_rx), "conigure ifobj"))
77+
if (!ASSERT_OK(configure_ifobj(ifobj_tx, ifobj_rx), "configure ifobj"))
7878
goto delete_rx;
7979

8080
ret = get_hw_ring_size(ifobj_tx->ifname, &ifobj_tx->ring);

0 commit comments

Comments
 (0)