tools/virtio: Variable type completion

Replace "unsigned" with "unsigned int"

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Message-Id: <20221113070742.48271-1-wangjianli@cdjrlc.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
wangjianli 2022-11-13 15:07:42 +08:00 committed by Michael S. Tsirkin
parent 794ec498c9
commit a4722f64f9
1 changed files with 1 additions and 1 deletions

View File

@ -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;