Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 503b8d12 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren
Browse files

irqchip: omap-intc: comment style cleanup



no functional changes, just making sure comment
follows Coding Style.

Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6bd0f16e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -326,9 +326,11 @@ omap_intc_handle_irq(struct pt_regs *regs)
		}
	} 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);
}