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

2015-05-20 Thread Kevin Wolf
Am 19.05.2015 um 22:40 hat John Snow geschrieben: > > > On 05/19/2015 11:35 AM, Kevin Wolf wrote: > > Factor out a few common lines of code, reformat, improve comments. > > > > Signed-off-by: Kevin Wolf > > --- > > hw/block/fdc.c | 62 > > +++---

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

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

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

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