Skip to content

Commit a4722f6

Browse files
wangjianlimstsirkin
authored andcommitted
tools/virtio: Variable type completion
Replace "unsigned" with "unsigned int" Signed-off-by: wangjianli <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 794ec49 commit a4722f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/virtio/virtio_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ static void run_test(struct vdev_info *dev, struct vq_info *vq,
173173
long started = 0, completed = 0, next_reset = reset_n;
174174
long completed_before, started_before;
175175
int r, test = 1;
176-
unsigned len;
176+
unsigned int len;
177177
long long spurious = 0;
178178
const bool random_batch = batch == RANDOM_BATCH;
179179

0 commit comments

Comments
 (0)