mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
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:
parent
9f92c06e18
commit
d85465f277
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user