qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 1/7] virtio: fix stray tab character


From: Fam Zheng
Subject: Re: [Qemu-devel] [RFC 1/7] virtio: fix stray tab character
Date: Fri, 25 Mar 2016 14:45:14 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, 03/24 17:56, Stefan Hajnoczi wrote:
> The patches fixes a single occurrence of a tab character that resulted
> in mis-aligned indentation.
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  hw/virtio/virtio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
> index 08275a9..de8a3b3 100644
> --- a/hw/virtio/virtio.c
> +++ b/hw/virtio/virtio.c
> @@ -1531,7 +1531,7 @@ int virtio_load(VirtIODevice *vdev, QEMUFile *f, int 
> version_id)
>                           "inconsistent with Host index 0x%x",
>                           i, vdev->vq[i].last_avail_idx);
>                  return -1;
> -     }
> +        }
>          if (k->load_queue) {
>              ret = k->load_queue(qbus->parent, i, f);
>              if (ret)
> -- 
> 2.5.5
> 

Reviewed-by: Fam Zheng <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]