Re: [Qemu-devel] [PATCH 2/3] hw/arm/exynos: Declare local variables in some order

2017-05-06 Thread Philippe Mathieu-Daudé
Aesthetic. Reviewed-by: Philippe Mathieu-Daudé On 05/06/2017 12:24 PM, Krzysztof Kozlowski wrote: Bring some more readability by declaring local function variables, first initialized ones and then the rest (with reversed-christmas-tree order). Signed-off-by: Krzysztof Kozlowski --- hw/arm/e

[Qemu-devel] [PATCH 2/3] hw/arm/exynos: Declare local variables in some order

2017-05-06 Thread Krzysztof Kozlowski
Bring some more readability by declaring local function variables, first initialized ones and then the rest (with reversed-christmas-tree order). Signed-off-by: Krzysztof Kozlowski --- hw/arm/exynos4210.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/arm/exynos4210.c