ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping"
authorColin Ian King <colin.king@canonical.com>
Fri, 30 Mar 2018 15:44:20 +0000 (16:44 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 16 Apr 2018 10:53:35 +0000 (11:53 +0100)
Trivial fix to spelling mistake in pr_debug message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/atmel_ssc_dai.c

index a1e2c5682dcda82b5c04566f6d773659dcc4bb47..1c7af0ca98ec147c16cc560e554e20365c482382 100644 (file)
@@ -820,7 +820,7 @@ static int atmel_ssc_hw_params(struct snd_pcm_substream *substream,
                if (ret < 0) {
                        printk(KERN_WARNING
                                        "atmel_ssc_dai: request_irq failure\n");
-                       pr_debug("Atmel_ssc_dai: Stoping clock\n");
+                       pr_debug("Atmel_ssc_dai: Stopping clock\n");
                        clk_disable(ssc_p->ssc->clk);
                        return ret;
                }