Skip to content

Commit 2a63607

Browse files
Liao Yuanhongkuba-moo
authored andcommitted
vsock/test: Remove redundant semicolons
Remove unnecessary semicolons. Signed-off-by: Liao Yuanhong <[email protected]> Reviewed-by: Stefano Garzarella <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 4f54dff commit 2a63607

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/vsock/util.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ void setsockopt_ull_check(int fd, int level, int optname,
756756
fail:
757757
fprintf(stderr, "%s val %llu\n", errmsg, val);
758758
exit(EXIT_FAILURE);
759-
;
760759
}
761760

762761
/* Set "int" socket option and check that it's indeed set */

0 commit comments

Comments
 (0)