From: Liao Yuanhong Date: Thu, 28 Aug 2025 08:39:38 +0000 (+0800) Subject: vsock/test: Remove redundant semicolons X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2a63607bfda920664aa7171dcca089cd4b273e31;p=users%2Fhch%2Fmisc.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 7b861a8e997a..d843643ced6b 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 */