Skip to content

Commit c3d538f

Browse files
zhang songyisean-jc
authored andcommitted
KVM: x86/xen: Remove unneeded semicolon
The semicolon after the "}" is unneeded. Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn> Link: https://lore.kernel.org/r/202212191432274558936@zte.com.cn Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 019dfeb commit c3d538f

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
@@ -426,7 +426,7 @@ static void *juggle_shinfo_state(void *arg)
426426
__vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &cache_init);
427427
__vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &cache_destroy);
428428
pthread_testcancel();
429-
};
429+
}
430430

431431
return NULL;
432432
}

0 commit comments

Comments
 (0)