aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-12-01 07:37:34 -0500
committerThanos <tmakatos@gmail.com>2020-12-01 15:41:25 +0000
commitf931ac28f27632c5223ec7eee6795b06caa5b39f (patch)
tree72be68e8c0d61472377ce9375da16133aba7d0b5 /lib
parent50f21d54d5ea96703afb466a2d2a7c805aba3f59 (diff)
downloadlibvfio-user-f931ac28f27632c5223ec7eee6795b06caa5b39f.zip
libvfio-user-f931ac28f27632c5223ec7eee6795b06caa5b39f.tar.gz
libvfio-user-f931ac28f27632c5223ec7eee6795b06caa5b39f.tar.bz2
remove obsolete comment
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libvfio-user.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libvfio-user.c b/lib/libvfio-user.c
index e0b8465..88f7cfd 100644
--- a/lib/libvfio-user.c
+++ b/lib/libvfio-user.c
@@ -530,8 +530,7 @@ restore_fd(int *fds, size_t index, int fd)
* @nr_fds: size of above array.
* @dma_regions: memory that contains the DMA regions to be mapped/unmapped
*
- * @returns 0 on success, -errno on failure. @nr_fds receives the number of
- * mappable DMA regions that were successfully added.
+ * @returns 0 on success, -errno on failure.
*/
int
handle_dma_map_or_unmap(vfu_ctx_t *vfu_ctx, uint32_t size, bool map,