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:
parent
794ec498c9
commit
a4722f64f9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue