selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolon
authorLike Xu <like.xu.linux@gmail.com>
Wed, 6 Apr 2022 06:37:14 +0000 (14:37 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Apr 2022 17:37:18 +0000 (13:37 -0400)
commit42c35fdc340ffbf6b3a8ffbdd5b53d856ecf924b
treea1856d26c78f27c1ad3a43d52f649937b19f9e3d
parent04c975121cae872acb553e1ad0a132f9b4a2640b
selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolon

+WARNING: Possible comma where semicolon could be used
+#397: FILE: tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c:700:
++ tmr.type = KVM_XEN_VCPU_ATTR_TYPE_TIMER,
++ vcpu_ioctl(vm, VCPU_ID, KVM_XEN_VCPU_GET_ATTR, &tmr);

Fixes: 25eaeebe710c ("KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SEND")
Signed-off-by: Like Xu <likexu@tencent.com>
Message-Id: <20220406063715.55625-4-likexu@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c