Commit a4722f64 authored by wangjianli's avatar wangjianli Committed by Michael S. Tsirkin

tools/virtio: Variable type completion

Replace "unsigned" with "unsigned int"
Signed-off-by: default avatarwangjianli <wangjianli@cdjrlc.com>
Message-Id: <20221113070742.48271-1-wangjianli@cdjrlc.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 794ec498
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment