Re: [Qemu-devel] [PATCH 1/2] block:fix cloop.c coding style

2011-11-02 Thread Kevin Wolf
Am 02.11.2011 09:36, schrieb Dong Xu Wang: > From: Dong Xu Wang > > Fix coding style in block/cloop.c. > > 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. >

[Qemu-devel] [PATCH 1/2] block:fix cloop.c coding style

2011-11-02 Thread Dong Xu Wang
From: Dong Xu Wang Fix coding style in block/cloop.c. 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.