Skip to content

Commit 6db282c

Browse files
Colin Ian Kingbroonie
authored andcommitted
ASoC: mchp-spdifrx: fix spelling mistake "overrrun" -> "overrun"
There is a spelling mistake in a dev_warn message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Codrin Ciubotariu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent fd6b519 commit 6db282c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/atmel/mchp-spdifrx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ static irqreturn_t mchp_spdif_interrupt(int irq, void *dev_id)
338338
}
339339

340340
if (pending & SPDIFRX_IR_OVERRUN) {
341-
dev_warn(dev->dev, "Overrrun detected\n");
341+
dev_warn(dev->dev, "Overrun detected\n");
342342
ret = IRQ_HANDLED;
343343
}
344344

0 commit comments

Comments
 (0)