aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDapeng Mi <[email protected]>2021-12-10 15:35:46 +0800
committerMichael S. Tsirkin <[email protected]>2022-01-14 18:50:53 -0500
commit2b68224ec61bb66aa2a24ad099b6af65138fa888 (patch)
tree3c36136be93ce2f4779c78e6b7b88b205acf05e6
parent6017599bb25c20b7a68cbb8e7d534bdc1c36b5e4 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]> Reviewed-by: Stefano Garzarella <[email protected]>
-rw-r--r--drivers/virtio/virtio_pci_modern_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/virtio_pci_modern_dev.c b/drivers/virtio/virtio_pci_modern_dev.c
index e11ed748e661..e8b3ff2b9fbc 100644
--- a/drivers/virtio/virtio_pci_modern_dev.c
+++ b/drivers/virtio/virtio_pci_modern_dev.c
@@ -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)