diff options
Diffstat (limited to 'tools/virtio/virtio_test.c')
| -rw-r--r-- | tools/virtio/virtio_test.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c index 86a410ddcedd..120062f94590 100644 --- a/tools/virtio/virtio_test.c +++ b/tools/virtio/virtio_test.c @@ -173,7 +173,7 @@ static void run_test(struct vdev_info *dev, struct vq_info *vq,  	long started = 0, completed = 0, next_reset = reset_n;  	long completed_before, started_before;  	int r, test = 1; -	unsigned len; +	unsigned int len;  	long long spurious = 0;  	const bool random_batch = batch == RANDOM_BATCH; |