From: Liao Yuanhong Date: Thu, 28 Aug 2025 08:39:38 +0000 (+0800) Subject: vsock/test: Remove redundant semicolons X-Git-Tag: v6.18-rc1~132^2~298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a63607bfda920664aa7171dcca089cd4b273e31;p=thirdparty%2Fkernel%2Flinux.git vsock/test: Remove redundant semicolons Remove unnecessary semicolons. Signed-off-by: Liao Yuanhong Reviewed-by: Stefano Garzarella Link: https://patch.msgid.link/20250828083938.400872-1-liaoyuanhong@vivo.com Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/vsock/util.c b/tools/testing/vsock/util.c index 7b861a8e997a8..d843643ced6b7 100644 --- a/tools/testing/vsock/util.c +++ b/tools/testing/vsock/util.c @@ -756,7 +756,6 @@ void setsockopt_ull_check(int fd, int level, int optname, fail: fprintf(stderr, "%s val %llu\n", errmsg, val); exit(EXIT_FAILURE); -; } /* Set "int" socket option and check that it's indeed set */