aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Zongyong <[email protected]>2021-10-29 17:14:43 +0800
committerMichael S. Tsirkin <[email protected]>2021-11-01 04:30:34 -0400
commitd0ae1fbfcff48e889bf993ba16890e30f6615593 (patch)
tree9d803fa964c7cec7351d5c7648f2bf4ad430d7e8
parentd89c8169bd7052c78731137da4c4c06986409c62 (diff)
vdpa: fix typo
Signed-off-by: Wu Zongyong <[email protected]> Acked-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/4b5153262e4ba64986bb567d7425ad4829ca7bcc.1635493219.git.wuzongyong@linux.alibaba.com Signed-off-by: Michael S. Tsirkin <[email protected]>
-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);