* [PATCH] kvm: remove a semicolon
@ 2023-01-10 10:16 Li zeming
0 siblings, 0 replies; only message in thread
From: Li zeming @ 2023-01-10 10:16 UTC (permalink / raw)
To: pbonzini, shuah; +Cc: mhal, kvm, linux-kselftest, linux-kernel, Li zeming
Remove a semicolon to make the code look cleaner.
Signed-off-by: Li zeming <zeming@nfschina.com>
---
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 dae510c263b4..9583a122f847 100644
--- a/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
+++ b/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
@@ -97,7 +97,7 @@ struct compat_vcpu_runstate_info {
uint32_t state;
uint64_t state_entry_time;
uint64_t time[5];
-} __attribute__((__packed__));;
+} __attribute__((__packed__));
struct arch_vcpu_info {
unsigned long cr2;
--
2.18.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-10 10:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 10:16 [PATCH] kvm: remove a semicolon Li zeming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox