Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon
@ 2022-12-19  6:32 zhang.songyi
  2023-01-19 21:01 ` Sean Christopherson
  0 siblings, 1 reply; 2+ messages in thread
From: zhang.songyi @ 2022-12-19  6:32 UTC (permalink / raw)
  To: pbonzini
  Cc: shuah, dwmw, seanjc, paul, like.xu.linux, coltonlewis, mhal, kvm,
	linux-kselftest, linux-kernel

From: zhang songyi <zhang.songyi@zte.com.cn>

The semicolon after the "}" is unneeded.

Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>
---
 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

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

end of thread, other threads:[~2023-01-19 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-19  6:32 [PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon zhang.songyi
2023-01-19 21:01 ` Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox