OSDN Git Service

ASoC: soc-core: typo fix at soc_dai_link_sanity_check()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 5 Nov 2019 06:46:00 +0000 (15:46 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 5 Nov 2019 23:49:51 +0000 (23:49 +0000)
Reported-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/87bltq3jo7.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c

index 827625b..e1b0d86 100644 (file)
@@ -1015,7 +1015,7 @@ static int soc_dai_link_sanity_check(struct snd_soc_card *card,
        }
 
        /*
-        * Defer card registartion if cpu dai component is not added to
+        * Defer card registration if cpu dai component is not added to
         * component list.
         */
        if ((link->cpus->of_node || link->cpus->name) &&