summaryrefslogtreecommitdiff
path: root/sound/soc/meson
diff options
context:
space:
mode:
authorShaomin Deng <dengshaomin@cdjrlc.com>2022-10-17 10:18:12 -0400
committerMark Brown <broonie@kernel.org>2022-10-19 12:04:28 +0100
commit4306fc8f8317f8e21d625733b1ad2d9f5265b441 (patch)
tree627946496de9f9aae7be75a8182f7f0e20fa5447 /sound/soc/meson
parentaf7b5657e3b535c871a32a2e5c872a0985eaadb7 (diff)
ASoC: meson: axg-pdm: Fix double word in comments
Delete the doubled word "for" in comments. Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20221017141812.6867-1-dengshaomin@cdjrlc.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/meson')
-rw-r--r--sound/soc/meson/axg-pdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/meson/axg-pdm.c b/sound/soc/meson/axg-pdm.c
index 88ac58272f95..ad43cb2a1e3f 100644
--- a/sound/soc/meson/axg-pdm.c
+++ b/sound/soc/meson/axg-pdm.c
@@ -169,7 +169,7 @@ static int axg_pdm_set_sysclk(struct axg_pdm *priv, unsigned int os,
/*
* Set the default system clock rate unless it is too fast for
- * for the requested sample rate. In this case, the sample pointer
+ * the requested sample rate. In this case, the sample pointer
* counter could overflow so set a lower system clock rate
*/
if (sys_rate < priv->cfg->sys_rate)