summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}