mirror of
https://github.com/qemu/qemu.git
synced 2025-08-06 03:44:14 +00:00
virtio: fix stray tab character
Fix a single occurrence of a tab character in a file that otherwise uses spaces for indentation. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
parent
152fcbecad
commit
8275e2f6be
@ -1613,7 +1613,7 @@ int virtio_load(VirtIODevice *vdev, QEMUFile *f, int version_id)
|
|||||||
"inconsistent with Host index 0x%x",
|
"inconsistent with Host index 0x%x",
|
||||||
i, vdev->vq[i].last_avail_idx);
|
i, vdev->vq[i].last_avail_idx);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if (k->load_queue) {
|
if (k->load_queue) {
|
||||||
ret = k->load_queue(qbus->parent, i, f);
|
ret = k->load_queue(qbus->parent, i, f);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Loading…
Reference in New Issue
Block a user