projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b9f28d
)
vhost-iotlb: fix vhost_iotlb_itree_next() documentation
author
Stefano Garzarella
<sgarzare@redhat.com>
Tue, 25 Aug 2020 13:05:43 +0000
(15:05 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Wed, 26 Aug 2020 12:13:59 +0000
(08:13 -0400)
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>
drivers/vhost/iotlb.c
patch
|
blob
|
history
diff --git
a/drivers/vhost/iotlb.c
b/drivers/vhost/iotlb.c
index 1f0ca6e44410ac2ec8c47826b7f90eb8ea56694d..34aec4ba331ecd27a83253bb687ea6bae824fa02 100644
(file)
--- a/
drivers/vhost/iotlb.c
+++ b/
drivers/vhost/iotlb.c
@@
-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_
firs
t - return the next overlapped range
- * @
iotlb: the IOTLB
+ * vhost_iotlb_itree_
nex
t - return the next overlapped range
+ * @
map: the starting map node
* @start: start of IOVA range
* @end: end of IOVA range
*/