projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6017599
)
virtio: fix a typo in function "vp_modern_remove" comments.
author
Dapeng Mi
<dapeng1.mi@intel.com>
Fri, 10 Dec 2021 07:35:46 +0000
(15:35 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 14 Jan 2022 23:50:53 +0000
(18:50 -0500)
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>
drivers/virtio/virtio_pci_modern_dev.c
patch
|
blob
|
history
diff --git
a/drivers/virtio/virtio_pci_modern_dev.c
b/drivers/virtio/virtio_pci_modern_dev.c
index e11ed748e66131d2a51afcc4423efa7ae640b1ce..e8b3ff2b9fbc223af9cf0a8607d364a2fb9a44f4 100644
(file)
--- 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_
prob
e: remove and cleanup the modern virtio pci device
+ * vp_modern_
remov
e: remove and cleanup the modern virtio pci device
* @mdev: the modern virtio-pci device
*/
void vp_modern_remove(struct virtio_pci_modern_device *mdev)