[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200403165119.5030-2-eperezma@redhat.com>
Date: Fri, 3 Apr 2020 18:51:12 +0200
From: Eugenio Pérez <eperezma@...hat.com>
To: "Michael S. Tsirkin" <mst@...hat.com>
Cc: kvm list <kvm@...r.kernel.org>,
"virtualization@...ts.linux-foundation.org"
<virtualization@...ts.linux-foundation.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
Eugenio Pérez <eperezma@...hat.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Cornelia Huck <cohuck@...hat.com>,
Halil Pasic <pasic@...ux.ibm.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Christian Borntraeger <borntraeger@...ibm.com>
Subject: [PATCH 1/8] tools/virtio: fix virtio_test.c indentation
---
tools/virtio/virtio_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c
index 93d81cd64ba0..38aa5316b266 100644
--- a/tools/virtio/virtio_test.c
+++ b/tools/virtio/virtio_test.c
@@ -222,7 +222,7 @@ static void run_test(struct vdev_info *dev, struct vq_info *vq,
&backend);
assert(!r);
- while (completed > next_reset)
+ while (completed > next_reset)
next_reset += completed;
}
} while (r == 0);
--
2.18.1
Powered by blists - more mailing lists