From: Li Qiang <liq3ea@gmail.com>
To: Stefano Garzarella <sgarzare@redhat.com>
Cc: qemu-trivial@nongnu.org, Qemu Developers <qemu-devel@nongnu.org>,
Cindy Lu <lulu@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH] vhost-vdpa: fix indentation in vdpa_ops
Date: Wed, 16 Sep 2020 23:40:16 +0800 [thread overview]
Message-ID: <CAKXe6SKFHD2qJY+M33UQDJ2uaWH99uQk5ZOwWmck8VYE7ZyaXA@mail.gmail.com> (raw)
In-Reply-To: <20200916152634.56917-1-sgarzare@redhat.com>
Stefano Garzarella <sgarzare@redhat.com> 于2020年9月16日周三 下午11:27写道:
>
> This patch fixes wrong indentation of some vdpa_ops fields introduced
> with the initial commit 108a64818e ("vhost-vdpa: introduce vhost-vdpa
> backend")
>
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
> ---
> hw/virtio/vhost-vdpa.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c
> index 4580f3efd8..e123837a55 100644
> --- a/hw/virtio/vhost-vdpa.c
> +++ b/hw/virtio/vhost-vdpa.c
> @@ -469,6 +469,6 @@ const VhostOps vdpa_ops = {
> .vhost_send_device_iotlb_msg = NULL,
> .vhost_dev_start = vhost_vdpa_dev_start,
> .vhost_get_device_id = vhost_vdpa_get_device_id,
> - .vhost_vq_get_addr = vhost_vdpa_vq_get_addr,
> - .vhost_force_iommu = vhost_vdpa_force_iommu,
> + .vhost_vq_get_addr = vhost_vdpa_vq_get_addr,
> + .vhost_force_iommu = vhost_vdpa_force_iommu,
> };
> --
> 2.26.2
>
>
next prev parent reply other threads:[~2020-09-16 15:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 15:26 [PATCH] vhost-vdpa: fix indentation in vdpa_ops Stefano Garzarella
2020-09-16 15:40 ` Li Qiang [this message]
2020-09-16 15:48 ` Laurent Vivier
2020-09-23 17:06 ` Laurent Vivier
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=CAKXe6SKFHD2qJY+M33UQDJ2uaWH99uQk5ZOwWmck8VYE7ZyaXA@mail.gmail.com \
--to=liq3ea@gmail.com \
--cc=lulu@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=sgarzare@redhat.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).