aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vdpa.h
diff options
context:
space:
mode:
authorGravatar Wu Zongyong <wuzongyong@linux.alibaba.com> 2021-10-29 17:14:43 +0800
committerGravatar Michael S. Tsirkin <mst@redhat.com> 2021-11-01 04:30:34 -0400
commitd0ae1fbfcff48e889bf993ba16890e30f6615593 (patch)
tree9d803fa964c7cec7351d5c7648f2bf4ad430d7e8 /include/linux/vdpa.h
parentvirtio-pci: introduce legacy device module (diff)
downloadlinux-d0ae1fbfcff48e889bf993ba16890e30f6615593.tar.gz
linux-d0ae1fbfcff48e889bf993ba16890e30f6615593.tar.bz2
linux-d0ae1fbfcff48e889bf993ba16890e30f6615593.zip
vdpa: fix typo
Signed-off-by: Wu Zongyong <wuzongyong@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Link: https://lore.kernel.org/r/4b5153262e4ba64986bb567d7425ad4829ca7bcc.1635493219.git.wuzongyong@linux.alibaba.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/linux/vdpa.h')
-rw-r--r--include/linux/vdpa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/vdpa.h b/include/linux/vdpa.h
index 3972ab765de1..a896ee021e5f 100644
--- a/include/linux/vdpa.h
+++ b/include/linux/vdpa.h
@@ -257,7 +257,7 @@ struct vdpa_config_ops {
struct vdpa_notification_area
(*get_vq_notification)(struct vdpa_device *vdev, u16 idx);
/* vq irq is not expected to be changed once DRIVER_OK is set */
- int (*get_vq_irq)(struct vdpa_device *vdv, u16 idx);
+ int (*get_vq_irq)(struct vdpa_device *vdev, u16 idx);
/* Device ops */
u32 (*get_vq_align)(struct vdpa_device *vdev);