kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Stefano Garzarella <sgarzare@redhat.com>,
	virtualization@lists.linux-foundation.org
Cc: netdev@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
	linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: Re: [PATCH] vhost-iotlb: fix vhost_iotlb_del_range() documentation
Date: Thu, 6 May 2021 11:17:27 +0800	[thread overview]
Message-ID: <93e4cb04-105e-e853-e2b6-d95435ca55f2@redhat.com> (raw)
In-Reply-To: <20210504135444.158716-1-sgarzare@redhat.com>


在 2021/5/4 下午9:54, Stefano Garzarella 写道:
> Trivial change for the vhost_iotlb_del_range() documentation,
> fixing the function name in the comment block.
>
> Discovered with `make C=2 M=drivers/vhost`:
> ../drivers/vhost/iotlb.c:92: warning: expecting prototype for vring_iotlb_del_range(). Prototype was for vhost_iotlb_del_range() instead
>
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
> ---


Acked-by: Jason Wang <jasowang@redhat.com>


>   drivers/vhost/iotlb.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/vhost/iotlb.c b/drivers/vhost/iotlb.c
> index 0fd3f87e913c..0582079e4bcc 100644
> --- a/drivers/vhost/iotlb.c
> +++ b/drivers/vhost/iotlb.c
> @@ -83,7 +83,7 @@ int vhost_iotlb_add_range(struct vhost_iotlb *iotlb,
>   EXPORT_SYMBOL_GPL(vhost_iotlb_add_range);
>   
>   /**
> - * vring_iotlb_del_range - delete overlapped ranges from vhost IOTLB
> + * vhost_iotlb_del_range - delete overlapped ranges from vhost IOTLB
>    * @iotlb: the IOTLB
>    * @start: start of the IOVA range
>    * @last: last of IOVA range


      reply	other threads:[~2021-05-06  3:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04 13:54 [PATCH] vhost-iotlb: fix vhost_iotlb_del_range() documentation Stefano Garzarella
2021-05-06  3:17 ` Jason Wang [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=93e4cb04-105e-e853-e2b6-d95435ca55f2@redhat.com \
    --to=jasowang@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=sgarzare@redhat.com \
    --cc=virtualization@lists.linux-foundation.org \
    /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).