From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqka4-0001qa-1M for qemu-devel@nongnu.org; Fri, 08 May 2015 11:52:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yqka3-0002qS-4y for qemu-devel@nongnu.org; Fri, 08 May 2015 11:52:51 -0400 Message-ID: <554CDBCA.1040803@redhat.com> Date: Fri, 08 May 2015 17:52:42 +0200 From: Max Reitz MIME-Version: 1.0 References: <3818cf09d7def9779bd37af55dfb8ed1ff42ddf9.1430919406.git.berto@igalia.com> In-Reply-To: <3818cf09d7def9779bd37af55dfb8ed1ff42ddf9.1430919406.git.berto@igalia.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 7/7] qcow2: style fixes in qcow2-cache.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia , qemu-devel@nongnu.org Cc: Stefan Hajnoczi , qemu-block@nongnu.org On 06.05.2015 15:39, Alberto Garcia wrote: > Fix pointer declaration to make it consistent with the rest of the > code. > > Signed-off-by: Alberto Garcia > --- > block/qcow2-cache.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Max Reitz