lkml.org 
[lkml]   [2021]   [Sep]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/6] vdpa: fix typo
Date
Signed-off-by: Wu Zongyong <wuzongyong@linux.alibaba.com>
---
include/linux/vdpa.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/vdpa.h b/include/linux/vdpa.h
index 8cfe49d201dd..35648c11e312 100644
--- a/include/linux/vdpa.h
+++ b/include/linux/vdpa.h
@@ -242,7 +242,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);
--
2.31.1
\
 
 \ /
  Last update: 2021-09-08 14:21    [W:0.389 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site