irq: intc: comment style cleanup
authorFelipe Balbi <balbi@ti.com>
Tue, 9 Sep 2014 00:55:07 +0000 (17:55 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Sep 2014 00:55:07 +0000 (17:55 -0700)
no functional changes, just making sure comment
follows Coding Style.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/irqchip/irq-omap-intc.c

index c9ba502..342e0ab 100644 (file)
@@ -327,9 +327,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);
 }