mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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: Dapeng Mi <dapeng1.mi@intel.com> Link: https://lore.kernel.org/r/20211210073546.700783-1-dapeng1.mi@intel.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
committed by
Michael S. Tsirkin
parent
6017599bb2
commit
2b68224ec6
@@ -345,7 +345,7 @@ err_map_common:
|
||||
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
|
||||
*/
|
||||
void vp_modern_remove(struct virtio_pci_modern_device *mdev)
|
||||
|
||||
Reference in New Issue
Block a user