summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/irq.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-03-06 12:23:45 +0100
committerVineet Gupta <vgupta@synopsys.com>2013-04-09 08:51:14 +0200
commit955ad5959f913bd340ecb8d5e78d03ef7d1b0392 (patch)
tree1add68a5f58568c91d2a68b07c0194f21a0d5021 /arch/arc/kernel/irq.c
parentARC: Use <linux/*> headers instead of <asm/*> (diff)
downloadlinux-955ad5959f913bd340ecb8d5e78d03ef7d1b0392.tar.xz
linux-955ad5959f913bd340ecb8d5e78d03ef7d1b0392.zip
ARC: Fix coding style issues
Fixes the following coding style issues as detected by checkpatch: ERROR: space required before the open parenthesis '(' ERROR: "foo * bar" should be "foo *bar" WARNING: space prohibited between function name and open parenthesis '(' WARNING: please, no spaces at the start of a line Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/irq.c')
-rw-r--r--arch/arc/kernel/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/irq.c b/arch/arc/kernel/irq.c
index 551c10dff481..d32c050dd7b9 100644
--- a/arch/arc/kernel/irq.c
+++ b/arch/arc/kernel/irq.c
@@ -102,7 +102,7 @@ void __init init_onchip_IRQ(void)
struct device_node *intc = NULL;
intc = of_find_compatible_node(NULL, NULL, "snps,arc700-intc");
- if(!intc)
+ if (!intc)
panic("DeviceTree Missing incore intc\n");
root_domain = irq_domain_add_legacy(intc, NR_IRQS, 0, 0,