mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
vhost: Fix documentation
Fix documentation to match actual function prototypes "end" used instead of "last". Fix that. Signed-off-by: Eli Cohen <eli@mellanox.com> Link: https://lore.kernel.org/r/20200630052925.GA157062@mtl-vdi-166.wap.labs.mlnx Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ba4f184e12
commit
71c548c26d
@ -149,7 +149,7 @@ EXPORT_SYMBOL_GPL(vhost_iotlb_free);
|
|||||||
* vhost_iotlb_itree_first - return the first overlapped range
|
* vhost_iotlb_itree_first - return the first overlapped range
|
||||||
* @iotlb: the IOTLB
|
* @iotlb: the IOTLB
|
||||||
* @start: start of IOVA range
|
* @start: start of IOVA range
|
||||||
* @end: end of IOVA range
|
* @last: last byte in IOVA range
|
||||||
*/
|
*/
|
||||||
struct vhost_iotlb_map *
|
struct vhost_iotlb_map *
|
||||||
vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last)
|
vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last)
|
||||||
@ -162,7 +162,7 @@ EXPORT_SYMBOL_GPL(vhost_iotlb_itree_first);
|
|||||||
* vhost_iotlb_itree_next - return the next overlapped range
|
* vhost_iotlb_itree_next - return the next overlapped range
|
||||||
* @map: the starting map node
|
* @map: the starting map node
|
||||||
* @start: start of IOVA range
|
* @start: start of IOVA range
|
||||||
* @end: end of IOVA range
|
* @last: last byte IOVA range
|
||||||
*/
|
*/
|
||||||
struct vhost_iotlb_map *
|
struct vhost_iotlb_map *
|
||||||
vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last)
|
vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last)
|
||||||
|
Loading…
Reference in New Issue
Block a user