ASoC: meson: axg-pdm: Fix double word in comments
authorShaomin Deng <dengshaomin@cdjrlc.com>
Mon, 17 Oct 2022 14:18:12 +0000 (10:18 -0400)
committerMark Brown <broonie@kernel.org>
Wed, 19 Oct 2022 11:04:28 +0000 (12:04 +0100)
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>
sound/soc/meson/axg-pdm.c

index 88ac582..ad43cb2 100644 (file)
@@ -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)