KVM: selftests: Remove second semicolon

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>
This commit is contained in:
Colin Ian King 2024-03-15 09:36:29 +00:00 committed by Sean Christopherson
parent 9f92c06e18
commit d85465f277

View 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;