diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-15 23:15:04 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-16 23:44:59 +0200 |
commit | 503b8d12e7462df0aea9b31ab65ac17b538540c9 (patch) | |
tree | b91dacc51c4b8ccaaa8973f537fa72105ab65d7b /drivers/irqchip | |
parent | irqchip: omap-intc: minor improvement to omap_irq_pending() (diff) | |
download | linux-503b8d12e7462df0aea9b31ab65ac17b538540c9.tar.xz linux-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')
-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); } |