diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-03-09 16:41:16 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-10 12:17:53 +0000 |
commit | 6b6bb5e26222021abe1c5360f43b4c2ff1dd012f (patch) | |
tree | aa060149ab9b0db26ee377f2076676926c27efa9 /sound/soc/atmel | |
parent | 3b891513f95cba3944e72c1139ea706d04f3781b (diff) | |
download | linux-6b6bb5e26222021abe1c5360f43b4c2ff1dd012f.tar.bz2 |
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>
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/mchp-pdmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/mchp-pdmc.c b/sound/soc/atmel/mchp-pdmc.c index 7b737e3f67b7..1be4007875f1 100644 --- a/sound/soc/atmel/mchp-pdmc.c +++ b/sound/soc/atmel/mchp-pdmc.c @@ -892,7 +892,7 @@ static int mchp_pdmc_dt_init(struct mchp_pdmc *dd) dd->mic_no /= 2; - dev_info(dd->dev, "%d PDM microchopnes declared\n", dd->mic_no); + dev_info(dd->dev, "%d PDM microphones declared\n", dd->mic_no); /* by default, we consider the order of microphones in mchp,mic-pos to * be the same with the channel mapping; 1st microphone channel 0, 2nd |