linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2] vsock/test: Remove redundant semicolons
@ 2025-08-28  8:39 Liao Yuanhong
  2025-08-28  9:10 ` Stefano Garzarella
  2025-08-30  2:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Liao Yuanhong @ 2025-08-28  8:39 UTC (permalink / raw)
  To: Stefano Garzarella, open list:VM SOCKETS (AF_VSOCK),
	open list:VM SOCKETS (AF_VSOCK), open list
  Cc: Liao Yuanhong

Remove unnecessary semicolons.

Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
---
Changes in v2:
	- Remove fixes tag.
---
 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);
-;
 }
 
 /* Set "int" socket option and check that it's indeed set */
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next v2] vsock/test: Remove redundant semicolons
  2025-08-28  8:39 [PATCH net-next v2] vsock/test: Remove redundant semicolons Liao Yuanhong
@ 2025-08-28  9:10 ` Stefano Garzarella
  2025-08-30  2:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Garzarella @ 2025-08-28  9:10 UTC (permalink / raw)
  To: Liao Yuanhong
  Cc: open list:VM SOCKETS (AF_VSOCK), open list:VM SOCKETS (AF_VSOCK),
	open list

On Thu, Aug 28, 2025 at 04:39:38PM +0800, Liao Yuanhong wrote:
>Remove unnecessary semicolons.
>
>Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
>---
>Changes in v2:
>	- Remove fixes tag.
>---
> tools/testing/vsock/util.c | 1 -
> 1 file changed, 1 deletion(-)

Reviewed-by: Stefano Garzarella <sgarzare@redhat.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
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next v2] vsock/test: Remove redundant semicolons
  2025-08-28  8:39 [PATCH net-next v2] vsock/test: Remove redundant semicolons Liao Yuanhong
  2025-08-28  9:10 ` Stefano Garzarella
@ 2025-08-30  2:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-08-30  2:20 UTC (permalink / raw)
  To: Liao Yuanhong; +Cc: sgarzare, virtualization, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 28 Aug 2025 16:39:38 +0800 you wrote:
> Remove unnecessary semicolons.
> 
> Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
> ---
> Changes in v2:
> 	- Remove fixes tag.
> 
> [...]

Here is the summary with links:
  - [net-next,v2] vsock/test: Remove redundant semicolons
    https://git.kernel.org/netdev/net-next/c/2a63607bfda9

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-30  2:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28  8:39 [PATCH net-next v2] vsock/test: Remove redundant semicolons Liao Yuanhong
2025-08-28  9:10 ` Stefano Garzarella
2025-08-30  2:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).