KVM: selftests: Remove second semicolon
authorColin Ian King <colin.i.king@gmail.com>
Fri, 15 Mar 2024 09:36:29 +0000 (09:36 +0000)
committerSean Christopherson <seanjc@google.com>
Thu, 25 Apr 2024 23:02:09 +0000 (16:02 -0700)
There is a statement with two semicolons. Remove the second one, it
is redundant.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240315093629.2431491-1-colin.i.king@gmail.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c

index d2ea0435f4f76332fb702d3e84d19b536a8ea4ee..7d707d8068a46de4ea173818bc092c4e9f910ffb 100644 (file)
@@ -125,7 +125,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;