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 <colin.king@canonical.com> Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Link: https://lore.kernel.org/r/20201006152024.542418-1-colin.king@canonical.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent fd6b519 commit 6db282c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)