linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Yang Yingliang <yangyingliang@huawei.com>,
	linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
	kvm@vger.kernel.org
Subject: Re: [PATCH -next] KVM: selftests: remove redundant semi-colon
Date: Thu, 1 Apr 2021 16:45:28 +0200	[thread overview]
Message-ID: <c1f44dca-a703-e68f-ec29-0d14671c2e6e@redhat.com> (raw)
In-Reply-To: <20210401142514.1688199-1-yangyingliang@huawei.com>

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


      reply	other threads:[~2021-04-01 17:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01 14:25 [PATCH -next] KVM: selftests: remove redundant semi-colon Yang Yingliang
2021-04-01 14:45 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c1f44dca-a703-e68f-ec29-0d14671c2e6e@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=yangyingliang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).