From: Zhu Jun Date: Thu, 27 Jun 2024 03:19:05 +0000 (-0700) Subject: selftests/bpf: Delete extra blank lines in test_sockmap X-Git-Tag: v6.11-rc1~163^2~68^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03922e97bc305c6b2e8bc4b7cc765959ca63b05d;p=thirdparty%2Flinux.git selftests/bpf: Delete extra blank lines in test_sockmap Delete extra blank lines inside of test_selftest(). Signed-off-by: Zhu Jun Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/20240627031905.7133-1-zhujun2@cmss.chinamobile.com --- diff --git a/tools/testing/selftests/bpf/test_sockmap.c b/tools/testing/selftests/bpf/test_sockmap.c index 9cba4ec844a53..3e02d7267de8b 100644 --- a/tools/testing/selftests/bpf/test_sockmap.c +++ b/tools/testing/selftests/bpf/test_sockmap.c @@ -1936,7 +1936,6 @@ static void test_selftests_ktls(int cg_fd, struct sockmap_options *opt) static int test_selftest(int cg_fd, struct sockmap_options *opt) { - test_selftests_sockmap(cg_fd, opt); test_selftests_sockhash(cg_fd, opt); test_selftests_ktls(cg_fd, opt);