mirror of
https://github.com/torvalds/linux.git
synced 2025-12-01 07:26:02 +07:00
vsock/test: Remove redundant semicolons
Remove unnecessary semicolons. Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Link: https://patch.msgid.link/20250828083938.400872-1-liaoyuanhong@vivo.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
4f54dff818
commit
2a63607bfd
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user