Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46f101df authored by Sachin Kamat's avatar Sachin Kamat Committed by Olof Johansson
Browse files

irqchip: irq-gic: Fix checkpatch errors



Fixes the following errors:
ERROR: do not initialise statics to 0 or NULL
ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 1a02bdff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -807,7 +807,7 @@ void __cpuinit gic_secondary_init(unsigned int gic_nr)
}

#ifdef CONFIG_OF
static int gic_cnt __initdata = 0;
static int gic_cnt __initdata;

int __init gic_of_init(struct device_node *node, struct device_node *parent)
{