aboutsummaryrefslogtreecommitdiff
path: root/lib/dma.c
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-09-25 08:22:33 -0400
committerThanos Makatos <thanos.makatos@nutanix.com>2020-09-25 08:22:33 -0400
commit8fbc5306e35081f595487b9bc42651d023dddc32 (patch)
tree756778654b729dac25caef22bb37c5b28e0cf224 /lib/dma.c
parentd0634899d7d76872efca35bf79a0e3f31dcc8d74 (diff)
downloadlibvfio-user-8fbc5306e35081f595487b9bc42651d023dddc32.zip
libvfio-user-8fbc5306e35081f595487b9bc42651d023dddc32.tar.gz
libvfio-user-8fbc5306e35081f595487b9bc42651d023dddc32.tar.bz2
remove extraneous newline
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib/dma.c')
-rw-r--r--lib/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dma.c b/lib/dma.c
index c8e389f..3d005cb 100644
--- a/lib/dma.c
+++ b/lib/dma.c
@@ -157,7 +157,7 @@ dma_controller_remove_regions(dma_controller_t *dma)
for (i = 0; i < dma->nregions; i++) {
dma_memory_region_t *region = &dma->regions[i];
- lm_log(dma->lm_ctx, LM_INF, "unmap vaddr=%#lx IOVA=%#lx\n",
+ lm_log(dma->lm_ctx, LM_INF, "unmap vaddr=%#lx IOVA=%#lx",
region->virt_addr, region->dma_addr);
_dma_controller_do_remove_region(dma, region);