[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <rz5brbahjthbpdl7k4g47zugrofw3wj4fijl5aejwteumtsjiu@3nl2sfyvbp24>
Date: Thu, 28 Aug 2025 11:10:18 +0200
From: Stefano Garzarella <sgarzare@...hat.com>
To: Liao Yuanhong <liaoyuanhong@...o.com>
Cc: "open list:VM SOCKETS (AF_VSOCK)" <virtualization@...ts.linux.dev>,
"open list:VM SOCKETS (AF_VSOCK)" <netdev@...r.kernel.org>, open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH net-next v2] vsock/test: Remove redundant semicolons
On Thu, Aug 28, 2025 at 04:39:38PM +0800, Liao Yuanhong wrote:
>Remove unnecessary semicolons.
>
>Signed-off-by: Liao Yuanhong <liaoyuanhong@...o.com>
>---
>Changes in v2:
> - Remove fixes tag.
>---
> tools/testing/vsock/util.c | 1 -
> 1 file changed, 1 deletion(-)
Reviewed-by: Stefano Garzarella <sgarzare@...hat.com>
Thanks,
Stefano
>
>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 */
>--
>2.34.1
>
Powered by blists - more mailing lists