Skip to content

Commit d85465f

Browse files
ColinIanKingsean-jc
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
1 parent 9f92c06 commit d85465f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ struct compat_vcpu_runstate_info {
125125
uint32_t state;
126126
uint64_t state_entry_time;
127127
uint64_t time[5];
128-
} __attribute__((__packed__));;
128+
} __attribute__((__packed__));
129129

130130
struct arch_vcpu_info {
131131
unsigned long cr2;

0 commit comments

Comments
 (0)