Message ID | 20240627031905.7133-1-zhujun2@cmss.chinamobile.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 03922e97bc305c6b2e8bc4b7cc765959ca63b05d |
Headers | show |
Series | selftests/bpf:Delete extra blank Lines | expand |
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!
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);
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(-)