From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLb5v-0004G9-UC for qemu-devel@nongnu.org; Wed, 02 Nov 2011 09:43:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLb5t-0004uy-Vo for qemu-devel@nongnu.org; Wed, 02 Nov 2011 09:43:07 -0400 Message-ID: <4EB149A1.9020507@redhat.com> Date: Wed, 02 Nov 2011 14:46:09 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1320222981-3839-1-git-send-email-wdongxu@linux.vnet.ibm.com> In-Reply-To: <1320222981-3839-1-git-send-email-wdongxu@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] block:fix cloop.c coding style List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dong Xu Wang Cc: qemu-trivial@nongnu.org, raywang@linux.vnet.ibm.com, qemu-devel@nongnu.org, afaerber@suse.de Am 02.11.2011 09:36, schrieb Dong Xu Wang: > From: Dong Xu Wang >=20 > Fix coding style in block/cloop.c. >=20 > v3: Split to 2 patches: one for fixing coding style, one for replacing = free with > g_free. And correct other 2 places with coding style problem. > v2: Fix spelling: gfree->g_free. > v1: Use gfree, to pair with g_malloc. Also fix coding style. >=20 > Reviewed-by: Andreas F=C3=A4rber > Reviewed_by: Ray Wang > Signed-off-by: Dong Xu Wang Thanks, applied both to the block branch. Kevin