Re: [PATCH 3/9] hw/core/qdev-properties: Fix code style

2020-03-15 Thread Richard Henderson
On 3/13/20 11:46 AM, Philippe Mathieu-Daudé wrote: > We will soon move this code, fix its style to avoid checkpatch.pl > to complain. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/core/qdev-properties.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Richa

[PATCH 3/9] hw/core/qdev-properties: Fix code style

2020-03-13 Thread Philippe Mathieu-Daudé
We will soon move this code, fix its style to avoid checkpatch.pl to complain. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/qdev-properties.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/core/qdev-properties.c b/hw/core/qdev-properties.c index e1cefcaa61