Delete extra blank lines inside of test_selftest()
Signed-off-by: Zhu Jun zhujun2@cmss.chinamobile.com --- tools/testing/selftests/bpf/test_sockmap.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/test_sockmap.c b/tools/testing/selftests/bpf/test_sockmap.c index 92752f5eeded..a34e95040994 100644 --- a/tools/testing/selftests/bpf/test_sockmap.c +++ b/tools/testing/selftests/bpf/test_sockmap.c @@ -1970,7 +1970,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);
Hello:
This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann daniel@iogearbox.net:
On Wed, 26 Jun 2024 20:19:05 -0700 you wrote:
Delete extra blank lines inside of test_selftest()
Signed-off-by: Zhu Jun zhujun2@cmss.chinamobile.com
tools/testing/selftests/bpf/test_sockmap.c | 1 - 1 file changed, 1 deletion(-)
Here is the summary with links: - selftests/bpf:Delete extra blank Lines https://git.kernel.org/bpf/bpf-next/c/03922e97bc30
You are awesome, thank you!
linux-kselftest-mirror@lists.linaro.org