We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6555d5 commit e9d4efdCopy full SHA for e9d4efd
tools/testing/selftests/bpf/prog_tests/xsk.c
@@ -74,7 +74,7 @@ static void test_xsk(const struct test_spec *test_to_run, enum test_mode mode)
74
if (!ASSERT_OK_PTR(ifobj_rx, "create ifobj_rx"))
75
goto delete_tx;
76
77
- if (!ASSERT_OK(configure_ifobj(ifobj_tx, ifobj_rx), "conigure ifobj"))
+ if (!ASSERT_OK(configure_ifobj(ifobj_tx, ifobj_rx), "configure ifobj"))
78
goto delete_rx;
79
80
ret = get_hw_ring_size(ifobj_tx->ifname, &ifobj_tx->ring);
0 commit comments