Re: [PATCH 4/6] hw/net/rtl8139: Update coding style to make checkpatch.pl happy

2020-03-06 Thread Cédric Le Goater
On 3/5/20 6:56 PM, Philippe Mathieu-Daudé wrote: > We will modify this code in the next commit. Clean it up > first to avoid checkpatch.pl errors. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Cédric Le Goater > --- > hw/net/rtl8139.c | 10 ++ > 1 file changed, 6 insertions(+

Re: [PATCH 4/6] hw/net/rtl8139: Update coding style to make checkpatch.pl happy

2020-03-05 Thread Alistair Francis
On Thu, Mar 5, 2020 at 9:59 AM Philippe Mathieu-Daudé wrote: > > We will modify this code in the next commit. Clean it up > first to avoid checkpatch.pl errors. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/net/rtl8139.c | 10 ++ > 1 file

[PATCH 4/6] hw/net/rtl8139: Update coding style to make checkpatch.pl happy

2020-03-05 Thread Philippe Mathieu-Daudé
We will modify this code in the next commit. Clean it up first to avoid checkpatch.pl errors. Signed-off-by: Philippe Mathieu-Daudé --- hw/net/rtl8139.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hw/net/rtl8139.c b/hw/net/rtl8139.c index ef3211537f..be9a0af629