All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vdpa: ifcvf: Fix spelling mistake in comments
@ 2022-07-04  2:41 Zhang Jiaming
  2022-07-06  4:04   ` Jason Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang Jiaming @ 2022-07-04  2:41 UTC (permalink / raw)
  To: mst, jasowang
  Cc: lingshan.zhu, sgarzare, elic, xieyongji, gautam.dawar,
	virtualization, linux-kernel, liqiong, renyu, Zhang Jiaming

There is a typo(does't) in comments.
It maybe 'doesn't' instead of 'does't'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 drivers/vdpa/ifcvf/ifcvf_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/vdpa/ifcvf/ifcvf_main.c b/drivers/vdpa/ifcvf/ifcvf_main.c
index 0a5670729412..e2e201885713 100644
--- a/drivers/vdpa/ifcvf/ifcvf_main.c
+++ b/drivers/vdpa/ifcvf/ifcvf_main.c
@@ -685,7 +685,7 @@ static struct vdpa_notification_area ifcvf_get_vq_notification(struct vdpa_devic
 }
 
 /*
- * IFCVF currently does't have on-chip IOMMU, so not
+ * IFCVF currently doesn't have on-chip IOMMU, so not
  * implemented set_map()/dma_map()/dma_unmap()
  */
 static const struct vdpa_config_ops ifc_vdpa_ops = {
-- 
2.34.1


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

* Re: [PATCH] vdpa: ifcvf: Fix spelling mistake in comments
  2022-07-04  2:41 [PATCH] vdpa: ifcvf: Fix spelling mistake in comments Zhang Jiaming
@ 2022-07-06  4:04   ` Jason Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Wang @ 2022-07-06  4:04 UTC (permalink / raw)
  To: Zhang Jiaming
  Cc: mst, Zhu Lingshan, Stefano Garzarella, Eli Cohen, Yongji Xie,
	Gautam Dawar, virtualization, linux-kernel, liqiong, renyu

On Mon, Jul 4, 2022 at 10:41 AM Zhang Jiaming <jiaming@nfschina.com> wrote:
>
> There is a typo(does't) in comments.
> It maybe 'doesn't' instead of 'does't'.
>
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>

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

> ---
>  drivers/vdpa/ifcvf/ifcvf_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/vdpa/ifcvf/ifcvf_main.c b/drivers/vdpa/ifcvf/ifcvf_main.c
> index 0a5670729412..e2e201885713 100644
> --- a/drivers/vdpa/ifcvf/ifcvf_main.c
> +++ b/drivers/vdpa/ifcvf/ifcvf_main.c
> @@ -685,7 +685,7 @@ static struct vdpa_notification_area ifcvf_get_vq_notification(struct vdpa_devic
>  }
>
>  /*
> - * IFCVF currently does't have on-chip IOMMU, so not
> + * IFCVF currently doesn't have on-chip IOMMU, so not
>   * implemented set_map()/dma_map()/dma_unmap()
>   */
>  static const struct vdpa_config_ops ifc_vdpa_ops = {
> --
> 2.34.1
>


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

* Re: [PATCH] vdpa: ifcvf: Fix spelling mistake in comments
@ 2022-07-06  4:04   ` Jason Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Wang @ 2022-07-06  4:04 UTC (permalink / raw)
  To: Zhang Jiaming
  Cc: Eli Cohen, renyu, mst, linux-kernel, virtualization, liqiong,
	Yongji Xie, Zhu Lingshan, Gautam Dawar

On Mon, Jul 4, 2022 at 10:41 AM Zhang Jiaming <jiaming@nfschina.com> wrote:
>
> There is a typo(does't) in comments.
> It maybe 'doesn't' instead of 'does't'.
>
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>

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

> ---
>  drivers/vdpa/ifcvf/ifcvf_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/vdpa/ifcvf/ifcvf_main.c b/drivers/vdpa/ifcvf/ifcvf_main.c
> index 0a5670729412..e2e201885713 100644
> --- a/drivers/vdpa/ifcvf/ifcvf_main.c
> +++ b/drivers/vdpa/ifcvf/ifcvf_main.c
> @@ -685,7 +685,7 @@ static struct vdpa_notification_area ifcvf_get_vq_notification(struct vdpa_devic
>  }
>
>  /*
> - * IFCVF currently does't have on-chip IOMMU, so not
> + * IFCVF currently doesn't have on-chip IOMMU, so not
>   * implemented set_map()/dma_map()/dma_unmap()
>   */
>  static const struct vdpa_config_ops ifc_vdpa_ops = {
> --
> 2.34.1
>

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

end of thread, other threads:[~2022-07-06  4:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04  2:41 [PATCH] vdpa: ifcvf: Fix spelling mistake in comments Zhang Jiaming
2022-07-06  4:04 ` Jason Wang
2022-07-06  4:04   ` Jason Wang

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.