diff options
author | Kuninori Morimoto <[email protected]> | 2019-11-05 15:46:00 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-11-05 23:49:51 +0000 |
commit | cd3c5ad7b2503f4fb4dfcc095b3fccc2b3603c36 (patch) | |
tree | 53aef1b89f1cfaca499696c77d1b832aee08bef6 | |
parent | bfce78a559655c5c4512a898a7e5d3a796fbb473 (diff) |
ASoC: soc-core: typo fix at soc_dai_link_sanity_check()
Reported-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 827625bd35cd..e1b0d861807c 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -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) && |