2022-12-19 06:42:31

by zhang.songyi

[permalink] [raw]
Subject: [PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon

From: zhang songyi <[email protected]>

The semicolon after the "}" is unneeded.

Signed-off-by: zhang songyi <[email protected]>
---
tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c b/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
index 721f6a693799..3e6ac82eba15 100644
--- a/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
+++ b/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
@@ -426,7 +426,7 @@ static void *juggle_shinfo_state(void *arg)
__vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &cache_init);
__vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &cache_destroy);
pthread_testcancel();
- };
+ }

return NULL;
}
--
2.15.2


2023-01-19 21:31:58

by Sean Christopherson

[permalink] [raw]
Subject: Re: [PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon

On Mon, 19 Dec 2022 14:32:27 +0800, [email protected] wrote:
> The semicolon after the "}" is unneeded.
>
>

Applied to kvm-x86 selftests, thanks!

[1/1] KVM: x86/xen: Remove unneeded semicolon
https://github.com/kvm-x86/linux/commit/c3d538f9145c

--
https://github.com/kvm-x86/linux/tree/next
https://github.com/kvm-x86/linux/tree/fixes