OSDN Git Service

vhost-iotlb: fix vhost_iotlb_del_range() documentation
authorStefano Garzarella <sgarzare@redhat.com>
Tue, 4 May 2021 13:54:44 +0000 (15:54 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 3 Jul 2021 08:50:50 +0000 (04:50 -0400)
commit8693059284ddbe9e3a46b673d093247e91458917
tree764d64d9452ef367695c62316bd9c1110bd25b72
parent4f118472d4b40142004bc6bc652a651f67bfee94
vhost-iotlb: fix vhost_iotlb_del_range() documentation

Trivial change for the vhost_iotlb_del_range() documentation,
fixing the function name in the comment block.

Discovered with `make C=2 M=drivers/vhost`:
../drivers/vhost/iotlb.c:92: warning: expecting prototype for vring_iotlb_del_range(). Prototype was for vhost_iotlb_del_range() instead

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20210504135444.158716-1-sgarzare@redhat.com
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/iotlb.c