Commit 2b68224e authored by Dapeng Mi's avatar Dapeng Mi Committed by Michael S. Tsirkin

virtio: fix a typo in function "vp_modern_remove" comments.

Function name "vp_modern_remove" in comments is written to
"vp_modern_probe" incorrectly. Change it.
Signed-off-by: default avatarDapeng Mi <dapeng1.mi@intel.com>
Link: https://lore.kernel.org/r/20211210073546.700783-1-dapeng1.mi@intel.comSigned-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Reviewed-by: default avatarStefano Garzarella <sgarzare@redhat.com>
parent 6017599b
...@@ -345,7 +345,7 @@ int vp_modern_probe(struct virtio_pci_modern_device *mdev) ...@@ -345,7 +345,7 @@ int vp_modern_probe(struct virtio_pci_modern_device *mdev)
EXPORT_SYMBOL_GPL(vp_modern_probe); EXPORT_SYMBOL_GPL(vp_modern_probe);
/* /*
* vp_modern_probe: remove and cleanup the modern virtio pci device * vp_modern_remove: remove and cleanup the modern virtio pci device
* @mdev: the modern virtio-pci device * @mdev: the modern virtio-pci device
*/ */
void vp_modern_remove(struct virtio_pci_modern_device *mdev) void vp_modern_remove(struct virtio_pci_modern_device *mdev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment