---
 hw/virtio/virtio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
index 0e0bb46..1e2136d 100644
--- a/hw/virtio/virtio.c
+++ b/hw/virtio/virtio.c
@@ -2148,7 +2148,7 @@ static int 
virtio_device_start_ioeventfd_impl(VirtIODevice *vdev)
 
     for (n = 0; n < VIRTIO_QUEUE_MAX; n++) {
         /* Kick right away to begin processing requests already in vring */
-        VirtQueue *vq = &vdev->vq[n];;
+        VirtQueue *vq = &vdev->vq[n];
         if (!vq->vring.num) {
             continue;
         }
-- 
2.7.4


Reply via email to