Commit 503b8d12e7462df0aea9b31ab65ac17b538540c9

Authored by Felipe Balbi
Committed by Tony Lindgren
1 parent 6bd0f16e32

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>

Showing 1 changed file with 4 additions and 2 deletions Side-by-side Diff

drivers/irqchip/irq-omap-intc.c
... ... @@ -326,9 +326,11 @@
326 326 }
327 327 } while (irqnr);
328 328  
329   - /* If an irq is masked or deasserted while active, we will
  329 + /*
  330 + * If an irq is masked or deasserted while active, we will
330 331 * keep ending up here with no irq handled. So remove it from
331   - * the INTC with an ack.*/
  332 + * the INTC with an ack.
  333 + */
332 334 if (!handled_irq)
333 335 omap_ack_irq(NULL);
334 336 }