]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/exynos4210.c
hw/arm/exynos: Declare local variables in some order
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 13 Jun 2017 13:56:57 +0000 (14:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 13 Jun 2017 13:56:57 +0000 (14:56 +0100)
commit310150c000800dc47d7b5db0e02b2e517d13886e
tree8931cac04d2499cf56fbc7c7f4d6b925ed690868
parenta2f2f6249b6f23eef17981bd5b1c2e7482774203
hw/arm/exynos: Declare local variables in some order

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 <krzk@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/exynos4210.c