[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202212191432274558936@zte.com.cn>
Date: Mon, 19 Dec 2022 14:32:27 +0800 (CST)
From: <zhang.songyi@....com.cn>
To: <pbonzini@...hat.com>
Cc: <shuah@...nel.org>, <dwmw@...zon.co.uk>, <seanjc@...gle.com>,
<paul@....org>, <like.xu.linux@...il.com>,
<coltonlewis@...gle.com>, <mhal@...x.co>, <kvm@...r.kernel.org>,
<linux-kselftest@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon
From: zhang songyi <zhang.songyi@....com.cn>
The semicolon after the "}" is unneeded.
Signed-off-by: zhang songyi <zhang.songyi@....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
Powered by blists - more mailing lists