]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: tlv320aic31xx: Fix typos
authorAndrew Kreimer <algonell@gmail.com>
Tue, 10 Sep 2024 21:12:41 +0000 (00:12 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 10 Sep 2024 22:46:53 +0000 (23:46 +0100)
Fix typos in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Link: https://patch.msgid.link/20240910211302.8909-1-algonell@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic31xx.c

index 7e624c4b77b60ecd4fc36ec6b39bd067124023d5..187d68e8688c576c55b70654cbbff50d5c571328 100644 (file)
@@ -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) {