From: Colin Ian King Date: Fri, 30 Mar 2018 15:44:20 +0000 (+0100) Subject: ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping" X-Git-Tag: for-linus-20180616~69^2^2~252 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7bdeac2e6f49c7632557fb4a5816932fd38e0942;p=linux-2.6-block.git ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping" Trivial fix to spelling mistake in pr_debug message text Signed-off-by: Colin Ian King Acked-by: Alexandre Belloni Acked-by: Nicolas Ferre Signed-off-by: Mark Brown --- diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index a1e2c5682dcd..1c7af0ca98ec 100644 --- a/sound/soc/atmel/atmel_ssc_dai.c +++ b/sound/soc/atmel/atmel_ssc_dai.c @@ -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; }