diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-15 16:15:04 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-16 14:44:59 -0700 |
commit | 503b8d12e7462df0aea9b31ab65ac17b538540c9 (patch) | |
tree | b91dacc51c4b8ccaaa8973f537fa72105ab65d7b /drivers/irqchip/irq-omap-intc.c | |
parent | 6bd0f16e322b4572fe1e0ff3b0e78c800c2633b4 (diff) |
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.c | 6 |
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); } |