mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
selftests/bpf: Delete extra blank lines in test_sockmap
Delete extra blank lines inside of test_selftest(). Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20240627031905.7133-1-zhujun2@cmss.chinamobile.com
This commit is contained in:
parent
2382a405c5
commit
03922e97bc
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user