]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
irqchip: omap-intc: comment style cleanup
authorFelipe Balbi <balbi@ti.com>
Mon, 15 Sep 2014 21:15:04 +0000 (16:15 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 16 Sep 2014 21:44:59 +0000 (14:44 -0700)
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>
drivers/irqchip/irq-omap-intc.c

index 2933760f95aa91aa31846db6dbd31aa562b036a3..f4d562ee3f295afa3b8dbcf99115754428ef230c 100644 (file)
@@ -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);
 }