summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Maydell2022-04-04 17:46:46 +0200
committerPeter Maydell2022-04-21 12:37:04 +0200
commit44068eabe0826c24096ddc2431ae9a03a7321a83 (patch)
tree85d7120ac9d6ca7d8a2885f88379f32b38f138b0
parenthw/arm/exynos4210: Coalesce board_irqs and irq_table (diff)
downloadqemu-44068eabe0826c24096ddc2431ae9a03a7321a83.tar.gz
qemu-44068eabe0826c24096ddc2431ae9a03a7321a83.tar.xz
qemu-44068eabe0826c24096ddc2431ae9a03a7321a83.zip
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
-rw-r--r--hw/intc/exynos4210_gic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/intc/exynos4210_gic.c b/hw/intc/exynos4210_gic.c
index ec79b96f6d..3b77a48578 100644
--- a/hw/intc/exynos4210_gic.c
+++ b/hw/intc/exynos4210_gic.c
@@ -121,7 +121,7 @@ enum ExtInt {
*/
static const uint32_t
-combiner_grp_to_gic_id[64-EXYNOS4210_MAX_EXT_COMBINER_OUT_IRQ][8] = {
+combiner_grp_to_gic_id[64 - EXYNOS4210_MAX_EXT_COMBINER_OUT_IRQ][8] = {
/* int combiner groups 16-19 */
{ }, { }, { }, { },
/* int combiner group 20 */