diff options
author | Zhu Jun <[email protected]> | 2024-06-26 20:19:05 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2024-07-01 17:15:50 +0200 |
commit | 03922e97bc305c6b2e8bc4b7cc765959ca63b05d (patch) | |
tree | 671288bd6b89cc0177a0d79fbb182ea96b095cd4 | |
parent | 2382a405c581ae8f39f898055654e2000e7dd0d3 (diff) |
selftests/bpf: Delete extra blank lines in test_sockmap
Delete extra blank lines inside of test_selftest().
Signed-off-by: Zhu Jun <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
-rw-r--r-- | tools/testing/selftests/bpf/test_sockmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/test_sockmap.c b/tools/testing/selftests/bpf/test_sockmap.c index 9cba4ec844a5..3e02d7267de8 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); |