From: Joe Damato <joe@dama.to>
To: Liao Yuanhong <liaoyuanhong@vivo.com>
Cc: Stefano Garzarella <sgarzare@redhat.com>,
Paolo Abeni <pabeni@redhat.com>,
Konstantin Shkolnyy <kshk@linux.ibm.com>,
"open list:VM SOCKETS (AF_VSOCK)"
<virtualization@lists.linux.dev>,
"open list:VM SOCKETS (AF_VSOCK)" <netdev@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] vsock/test: Remove redundant semicolons
Date: Tue, 12 Aug 2025 10:45:57 -0700 [thread overview]
Message-ID: <aJt91SSkBO486bg5@MacBook-Air.local> (raw)
In-Reply-To: <20250812040115.502956-1-liaoyuanhong@vivo.com>
On Tue, Aug 12, 2025 at 12:01:15PM +0800, Liao Yuanhong wrote:
> Remove unnecessary semicolons.
>
> Fixes: 86814d8ffd55f ("vsock/test: verify socket options after setting them")
> Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
> ---
> tools/testing/vsock/util.c | 1 -
> 1 file changed, 1 deletion(-)
>
> 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);
> -;
> }
This isn't a fixes since it doesn't fix a bug; it's cleanup so I'd probably
target net-next and drop the fixes tag.
next prev parent reply other threads:[~2025-08-12 17:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-12 4:01 [PATCH] vsock/test: Remove redundant semicolons Liao Yuanhong
2025-08-12 17:45 ` Joe Damato [this message]
2025-08-13 6:56 ` Liao Yuanhong
2025-08-27 7:45 ` Stefano Garzarella
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aJt91SSkBO486bg5@MacBook-Air.local \
--to=joe@dama.to \
--cc=kshk@linux.ibm.com \
--cc=liaoyuanhong@vivo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sgarzare@redhat.com \
--cc=virtualization@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.