Skip to content

Commit

Permalink
vdpa: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Zongyong authored and mstsirkin committed Nov 1, 2021
1 parent d89c816 commit d0ae1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/vdpa.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d0ae1fb

Please sign in to comment.