diff options
author | Andrew Kreimer <[email protected]> | 2024-09-11 00:12:41 +0300 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-09-10 23:46:53 +0100 |
commit | 69f3014248f0f10e24f07a66ae650061ecaf732b (patch) | |
tree | 96e6e6b654ab5278b4b5e4470230f223d8a9183b | |
parent | afe671ac3e9309e55d556d066250bd37d9c47d1a (diff) |
ASoC: tlv320aic31xx: Fix typos
Fix typos in comments.
Reported-by: Matthew Wilcox <[email protected]>
Signed-off-by: Andrew Kreimer <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/tlv320aic31xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c index 7e624c4b77b6..187d68e8688c 100644 --- a/sound/soc/codecs/tlv320aic31xx.c +++ b/sound/soc/codecs/tlv320aic31xx.c @@ -895,7 +895,7 @@ static int aic31xx_setup_pll(struct snd_soc_component *component, dev_err(component->dev, "%s: Sample rate (%u) and format not supported\n", __func__, params_rate(params)); - /* See bellow for details how fix this. */ + /* See below for details on how to fix this. */ return -EINVAL; } if (bclk_score != 0) { |