projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd0f16
)
irqchip: omap-intc: comment style cleanup
author
Felipe Balbi
<
[email protected]
>
Mon, 15 Sep 2014 21:15:04 +0000
(16:15 -0500)
committer
Tony Lindgren
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
drivers/irqchip/irq-omap-intc.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-omap-intc.c
b/drivers/irqchip/irq-omap-intc.c
index 2933760f95aa91aa31846db6dbd31aa562b036a3..f4d562ee3f295afa3b8dbcf99115754428ef230c 100644
(file)
--- 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);
}