]> Git Repo - qemu.git/commit
hw/misc/exynos4210_pmu: Reorder local variables for readability
authorKrzysztof Kozlowski <[email protected]>
Thu, 20 Apr 2017 16:32:28 +0000 (17:32 +0100)
committerPeter Maydell <[email protected]>
Thu, 20 Apr 2017 16:39:17 +0000 (17:39 +0100)
commit885f27105669b75095912f9fbae57f9260f143fb
treec2c307e0654518f0abf043b4ca6941ee81b2648a
parent75c6d92e4c0a5128d61d21175d2eed1354e87717
hw/misc/exynos4210_pmu: Reorder local variables for readability

Short declaration of 'i' was in the middle of declarations with
assignments.  Make it a little bit more readable.  Additionally switch
from "unsigned" to "unsigned int" as this pattern is more widely used.
No functional change.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20170313184750[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/misc/exynos4210_pmu.c
This page took 0.027696 seconds and 4 git commands to generate.