projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d89c816
)
vdpa: fix typo
author
Wu Zongyong
<wuzongyong@linux.alibaba.com>
Fri, 29 Oct 2021 09:14:43 +0000
(17:14 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Mon, 1 Nov 2021 08:30:34 +0000
(
04:30
-0400)
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>
include/linux/vdpa.h
patch
|
blob
|
history
diff --git
a/include/linux/vdpa.h
b/include/linux/vdpa.h
index 3972ab765de18c7f40ecb8f89877dce86aed6876..a896ee021e5f9ff3ee17af416026e95f17de5625 100644
(file)
--- 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 *vd
e
v, u16 idx);
/* Device ops */
u32 (*get_vq_align)(struct vdpa_device *vdev);