From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOPEa-000148-5C for qemu-devel@nongnu.org; Mon, 01 Sep 2014 06:53:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOPET-0007I5-AL for qemu-devel@nongnu.org; Mon, 01 Sep 2014 06:53:16 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:41233 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOPET-0007I1-3l for qemu-devel@nongnu.org; Mon, 01 Sep 2014 06:53:09 -0400 Date: Mon, 1 Sep 2014 12:52:22 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140901105222.GM15537@irqsave.net> References: <1409549721-31410-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1409549721-31410-1-git-send-email-namei.unix@gmail.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] block: kill tail whitespace in block.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi The Monday 01 Sep 2014 =E0 13:35:21 (+0800), Liu Yuan wrote : > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > Signed-off-by: Liu Yuan > --- > block.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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) > =20 > if (!drv) > return -ENOMEDIUM; > - =20 > + > if (!bs->backing_hd) { > return -ENOTSUP; > } > --=20 > 1.9.1 >=20 >=20 Reviewed-by: Beno=EEt Canet You should probably CC: qemu-trivial@nongnu.org See http://wiki.qemu.org/Contribute/TrivialPatches