Re: [Qemu-devel] [PATCH v2 5/8] fdc: Code cleanup in fdctrl_write_data()

2015-05-21 Thread John Snow
On 05/21/2015 09:19 AM, Kevin Wolf wrote: > Factor out a few common lines of code, reformat, improve comments. > > Signed-off-by: Kevin Wolf > --- > hw/block/fdc.c | 63 > -- > 1 file changed, 39 insertions(+), 24 deletions(-) > > diff

[Qemu-devel] [PATCH v2 5/8] fdc: Code cleanup in fdctrl_write_data()

2015-05-21 Thread Kevin Wolf
Factor out a few common lines of code, reformat, improve comments. Signed-off-by: Kevin Wolf --- hw/block/fdc.c | 63 -- 1 file changed, 39 insertions(+), 24 deletions(-) diff --git a/hw/block/fdc.c b/hw/block/fdc.c index e3515a1..1cc1e3a