qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] block: kill tail whitespace in block.c


From: Benoît Canet
Subject: Re: [Qemu-devel] [PATCH] block: kill tail whitespace in block.c
Date: Mon, 1 Sep 2014 12:52:22 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

The Monday 01 Sep 2014 à 13:35:21 (+0800), Liu Yuan wrote :
> Cc: Kevin Wolf <address@hidden>
> Cc: Stefan Hajnoczi <address@hidden>
> Signed-off-by: Liu Yuan <address@hidden>
> ---
>  block.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/block.c b/block.c
> index e9380f6..c12b8de 100644
> --- a/block.c
> +++ b/block.c
> @@ -2239,7 +2239,7 @@ int bdrv_commit(BlockDriverState *bs)
>  
>      if (!drv)
>          return -ENOMEDIUM;
> -    
> +
>      if (!bs->backing_hd) {
>          return -ENOTSUP;
>      }
> -- 
> 1.9.1
> 
> 

Reviewed-by: Benoît Canet <address@hidden>

You should probably CC:  address@hidden

See http://wiki.qemu.org/Contribute/TrivialPatches




reply via email to

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