Skip to content

Commit

Permalink
tools/virtio: Variable type completion
Browse files Browse the repository at this point in the history
Replace "unsigned" with "unsigned int"

Signed-off-by: wangjianli <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
wangjianli authored and mstsirkin committed Dec 28, 2022
1 parent 794ec49 commit a4722f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/virtio/virtio_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a4722f6

Please sign in to comment.