Skip to content

Commit 6b6bb5e

Browse files
ColinIanKingbroonie
authored andcommitted
ASoC: atmel: mchp-pdmc: Fix spelling mistake "microchopnes" -> "microphones"
There is a spelling mistake in a dev_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Link: https://lore.kernel.org/r/20220309164116.178685-1-colin.i.king@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3b89151 commit 6b6bb5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/atmel/mchp-pdmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ static int mchp_pdmc_dt_init(struct mchp_pdmc *dd)
892892

893893
dd->mic_no /= 2;
894894

895-
dev_info(dd->dev, "%d PDM microchopnes declared\n", dd->mic_no);
895+
dev_info(dd->dev, "%d PDM microphones declared\n", dd->mic_no);
896896

897897
/* by default, we consider the order of microphones in mchp,mic-pos to
898898
* be the same with the channel mapping; 1st microphone channel 0, 2nd

0 commit comments

Comments
 (0)