Re: [PATCH v2 1/5] hw/qdev: Cosmetic around documentation

2021-12-19 Thread wangyanan (Y)
On 2021/12/18 21:04, Philippe Mathieu-Daudé wrote: Add empty lines to have a clearer distinction between different functions declarations. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/qdev-core.h | 11 +++ 1 file changed, 11 insertions(+) Reviewed-by: Yanan Wang Thanks,

[PATCH v2 1/5] hw/qdev: Cosmetic around documentation

2021-12-18 Thread Philippe Mathieu-Daudé
Add empty lines to have a clearer distinction between different functions declarations. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/qdev-core.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index 20d3066595e..59a822ffceb