OSDN Git Service

hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2022 15:46:46 +0000 (16:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Apr 2022 10:37:04 +0000 (11:37 +0100)
commit44068eabe0826c24096ddc2431ae9a03a7321a83
tree85d7120ac9d6ca7d8a2885f88379f32b38f138b0
parent771dee52c09ec40791a3e8651c395e6aa097c664
hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]

Fix a missing set of spaces around '-' in the definition of
combiner_grp_to_gic_id[]. We're about to move this code, so
fix the style issue first to keep checkpatch happy with the
code-motion patch.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220404154658.565020-7-peter.maydell@linaro.org
hw/intc/exynos4210_gic.c