Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dapeng Mi and committed by
Michael S. Tsirkin
2b68224e 6017599b

+1 -1
+1 -1
drivers/virtio/virtio_pci_modern_dev.c
··· 345 345 EXPORT_SYMBOL_GPL(vp_modern_probe); 346 346 347 347 /* 348 - * vp_modern_probe: remove and cleanup the modern virtio pci device 348 + * vp_modern_remove: remove and cleanup the modern virtio pci device 349 349 * @mdev: the modern virtio-pci device 350 350 */ 351 351 void vp_modern_remove(struct virtio_pci_modern_device *mdev)