Commit 4306fc8f authored by Shaomin Deng's avatar Shaomin Deng Committed by Mark Brown

ASoC: meson: axg-pdm: Fix double word in comments

Delete the doubled word "for" in comments.
Signed-off-by: default avatarShaomin Deng <dengshaomin@cdjrlc.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20221017141812.6867-1-dengshaomin@cdjrlc.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent af7b5657
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment