diff options
author | Zhang Jiaming <jiaming@nfschina.com> | 2022-07-04 04:41:04 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-08-11 10:26:07 +0200 |
commit | 6e33fa094f1f5a96140cc2439b17f4f3ef9e4a9d (patch) | |
tree | 7d46d646798ff912db96d7e52f5059272bc9f865 /drivers/vdpa | |
parent | vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast address (diff) | |
download | linux-6e33fa094f1f5a96140cc2439b17f4f3ef9e4a9d.tar.xz linux-6e33fa094f1f5a96140cc2439b17f4f3ef9e4a9d.zip |
vdpa: ifcvf: Fix spelling mistake in comments
There is a typo(does't) in comments.
It maybe 'doesn't' instead of 'does't'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Message-Id: <20220704024104.15535-1-jiaming@nfschina.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'drivers/vdpa')
-rw-r--r-- | drivers/vdpa/ifcvf/ifcvf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |