From: Marcelo Tosatti <mtosa...@redhat.com>

Signed-off-by: Marcelo Tosatti <mtosa...@redhat.com>

diff --git a/hw/virtio-net.c b/hw/virtio-net.c
index 75c9695..ce8e6cb 100644
--- a/hw/virtio-net.c
+++ b/hw/virtio-net.c
@@ -345,7 +345,7 @@ static void virtio_net_handle_rx(VirtIODevice *vdev, 
VirtQueue *vq)
     qemu_flush_queued_packets(n->vc);
 
     /* We now have RX buffers, signal to the IO thread to break out of the
-       select to re-poll the tap file descriptor */
+     * select to re-poll the tap file descriptor */
     qemu_notify_event();
 }
 
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to