aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-omap-intc.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-09-15 16:15:04 -0500
committerTony Lindgren <tony@atomide.com>2014-09-16 14:44:59 -0700
commit503b8d12e7462df0aea9b31ab65ac17b538540c9 (patch)
treeb91dacc51c4b8ccaaa8973f537fa72105ab65d7b /drivers/irqchip/irq-omap-intc.c
parentirqchip: omap-intc: minor improvement to omap_irq_pending() (diff)
downloadlinux-dev-503b8d12e7462df0aea9b31ab65ac17b538540c9.tar.xz
linux-dev-503b8d12e7462df0aea9b31ab65ac17b538540c9.zip
irqchip: omap-intc: comment style cleanup
no functional changes, just making sure comment follows Coding Style. Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/irqchip/irq-omap-intc.c')
-rw-r--r--drivers/irqchip/irq-omap-intc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/irqchip/irq-omap-intc.c b/drivers/irqchip/irq-omap-intc.c
index 2933760f95aa..f4d562ee3f29 100644
--- a/drivers/irqchip/irq-omap-intc.c
+++ b/drivers/irqchip/irq-omap-intc.c
@@ -326,9 +326,11 @@ out:
}
} while (irqnr);
- /* If an irq is masked or deasserted while active, we will
+ /*
+ * If an irq is masked or deasserted while active, we will
* keep ending up here with no irq handled. So remove it from
- * the INTC with an ack.*/
+ * the INTC with an ack.
+ */
if (!handled_irq)
omap_ack_irq(NULL);
}