Skip to content

Commit

Permalink
vhost-iotlb: fix vhost_iotlb_itree_next() documentation
Browse files Browse the repository at this point in the history
This patch contains trivial changes for the vhost_iotlb_itree_next()
documentation, fixing the function name and the description of
first argument (@map).

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20200825130543.43308-1-sgarzare@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
Stefano Garzarella authored and Michael S. Tsirkin committed Aug 26, 2020
1 parent 2b9f28d commit eb07d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/vhost/iotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last)
EXPORT_SYMBOL_GPL(vhost_iotlb_itree_first);

/**
* vhost_iotlb_itree_first - return the next overlapped range
* @iotlb: the IOTLB
* vhost_iotlb_itree_next - return the next overlapped range
* @map: the starting map node
* @start: start of IOVA range
* @end: end of IOVA range
*/
Expand Down

0 comments on commit eb07d8f

Please sign in to comment.