提交 a4722f64 编写于 作者: W wangjianli 提交者: Michael S. Tsirkin

tools/virtio: Variable type completion

Replace "unsigned" with "unsigned int"
Signed-off-by: Nwangjianli <wangjianli@cdjrlc.com>
Message-Id: <20221113070742.48271-1-wangjianli@cdjrlc.com>
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册