ASoC: codecs: delete repeated words in comments
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 8 Aug 2020 01:21:43 +0000 (18:21 -0700)
committerMark Brown <broonie@kernel.org>
Tue, 18 Aug 2020 13:52:33 +0000 (14:52 +0100)
Drop the repeated words {start, it, the} in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Link: https://lore.kernel.org/r/20200808012143.10777-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/nau8825.c
sound/soc/codecs/tas5086.c
sound/soc/codecs/wm9713.c

index 9f5aee7..f0cba7b 100644 (file)
@@ -251,7 +251,7 @@ static const unsigned short logtable[256] = {
  *
  * Acquires the semaphore without jiffies. Try to acquire the semaphore
  * atomically. Returns 0 if the semaphore has been acquired successfully
- * or 1 if it it cannot be acquired.
+ * or 1 if it cannot be acquired.
  */
 static int nau8825_sema_acquire(struct nau8825 *nau8825, long timeout)
 {
index 0250b94..7831c96 100644 (file)
@@ -487,7 +487,7 @@ static int tas5086_init(struct device *dev, struct tas5086_private *priv)
        /*
         * If any of the channels is configured to start in Mid-Z mode,
         * configure 'part 1' of the PWM starts to use Mid-Z, and tell
-        * all configured mid-z channels to start start under 'part 1'.
+        * all configured mid-z channels to start under 'part 1'.
         */
        if (priv->pwm_start_mid_z)
                regmap_write(priv->regmap, TAS5086_PWM_START,
index 7072ffa..f333e2f 100644 (file)
@@ -755,7 +755,7 @@ static void pll_factors(struct snd_soc_component *component,
        u64 Kpart;
        unsigned int K, Ndiv, Nmod, target;
 
-       /* The the PLL output is always 98.304MHz. */
+       /* The PLL output is always 98.304MHz. */
        target = 98304000;
 
        /* If the input frequency is over 14.4MHz then scale it down. */