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 2358d68 commit 07ce1abCopy full SHA for 07ce1ab
tools/testing/selftests/bpf/prog_tests/mptcp.c
@@ -283,7 +283,7 @@ static int verify_mptcpify(int server_fd, int client_fd)
283
return err;
284
}
285
286
-static int run_mptcpify(int cgroup_fd)
+static int run_mptcpify(void)
287
{
288
int server_fd, client_fd, err = 0;
289
struct mptcpify *mptcpify_skel;
@@ -336,7 +336,7 @@ static void test_mptcpify(void)
336
if (!ASSERT_OK_PTR(netns, "netns_new"))
337
goto fail;
338
339
- ASSERT_OK(run_mptcpify(cgroup_fd), "run_mptcpify");
+ ASSERT_OK(run_mptcpify(), "run_mptcpify");
340
341
fail:
342
netns_free(netns);
0 commit comments