All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] KVM: selftests: remove redundant semi-colon
@ 2021-04-01 14:25 Yang Yingliang
  2021-04-01 14:45 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Yingliang @ 2021-04-01 14:25 UTC (permalink / raw)
  To: linux-kernel, linux-kselftest, kvm; +Cc: pbonzini

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
---
 tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c b/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
index 804ff5ff022d..1f4a0599683c 100644
--- a/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
+++ b/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
@@ -186,7 +186,7 @@ int main(int argc, char *argv[])
 		vcpu_ioctl(vm, VCPU_ID, KVM_XEN_VCPU_SET_ATTR, &st);
 	}
 
-	struct vcpu_runstate_info *rs = addr_gpa2hva(vm, RUNSTATE_ADDR);;
+	struct vcpu_runstate_info *rs = addr_gpa2hva(vm, RUNSTATE_ADDR);
 	rs->state = 0x5a;
 
 	for (;;) {
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] KVM: selftests: remove redundant semi-colon
  2021-04-01 14:25 [PATCH -next] KVM: selftests: remove redundant semi-colon Yang Yingliang
@ 2021-04-01 14:45 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2021-04-01 14:45 UTC (permalink / raw)
  To: Yang Yingliang, linux-kernel, linux-kselftest, kvm

On 01/04/21 16:25, Yang Yingliang wrote:
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
>   tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c b/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
> index 804ff5ff022d..1f4a0599683c 100644
> --- a/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
> +++ b/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
> @@ -186,7 +186,7 @@ int main(int argc, char *argv[])
>   		vcpu_ioctl(vm, VCPU_ID, KVM_XEN_VCPU_SET_ATTR, &st);
>   	}
>   
> -	struct vcpu_runstate_info *rs = addr_gpa2hva(vm, RUNSTATE_ADDR);;
> +	struct vcpu_runstate_info *rs = addr_gpa2hva(vm, RUNSTATE_ADDR);
>   	rs->state = 0x5a;
>   
>   	for (;;) {
> 

Queued, thanks.

Paolo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-01 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 14:25 [PATCH -next] KVM: selftests: remove redundant semi-colon Yang Yingliang
2021-04-01 14:45 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.