Signed-off-by: Igor Mammedov <imamm...@redhat.com>
---
 hw/virtio/vhost.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c
index e964004..2be269f 100644
--- a/hw/virtio/vhost.c
+++ b/hw/virtio/vhost.c
@@ -384,8 +384,8 @@ static int vhost_verify_ring_mappings(struct vhost_dev *dev,
 }
 
 static struct vhost_memory_region *vhost_dev_find_reg(struct vhost_dev *dev,
-                                                     uint64_t start_addr,
-                                                     uint64_t size)
+                                                      uint64_t start_addr,
+                                                      uint64_t size)
 {
     int i, n = dev->mem->nregions;
     for (i = 0; i < n; ++i) {
-- 
1.8.3.1


Reply via email to