diff options
author | Shaomin Deng <[email protected]> | 2022-10-17 10:18:12 -0400 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-10-19 12:04:28 +0100 |
commit | 4306fc8f8317f8e21d625733b1ad2d9f5265b441 (patch) | |
tree | 627946496de9f9aae7be75a8182f7f0e20fa5447 | |
parent | af7b5657e3b535c871a32a2e5c872a0985eaadb7 (diff) |
ASoC: meson: axg-pdm: Fix double word in comments
Delete the doubled word "for" in comments.
Signed-off-by: Shaomin Deng <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/meson/axg-pdm.c | 2 |
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) |