Re: [PATCH v2 06/12] test/qtest: Fix coding style in device-plug-test.c

2023-02-09 Thread Thomas Huth
On 08/02/2023 20.46, Fabiano Rosas wrote: We should not mix declarations and statements in QEMU code. Signed-off-by: Fabiano Rosas --- tests/qtest/device-plug-test.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Reviewed-by: Thomas Huth

[PATCH v2 06/12] test/qtest: Fix coding style in device-plug-test.c

2023-02-08 Thread Fabiano Rosas
We should not mix declarations and statements in QEMU code. Signed-off-by: Fabiano Rosas --- tests/qtest/device-plug-test.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/qtest/device-plug-test.c b/tests/qtest/device-plug-test.c index 5a6afa2b57..4f92617335 100