From: Colin Ian King Date: Thu, 18 May 2017 07:48:15 +0000 (+0100) Subject: ASoC: audio-graph-card: fix spelling mistake: "missmatch" -> "mismatch" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a619f049f23be98510aa0cae774cdc553c54e0e9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ASoC: audio-graph-card: fix spelling mistake: "missmatch" -> "mismatch" Trivial fix to spelling mistake in dev_err message Signed-off-by: Colin Ian King Acked-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/generic/audio-graph-card.c b/sound/soc/generic/audio-graph-card.c index f41b0393ffca..93c167a91d2d 100644 --- a/sound/soc/generic/audio-graph-card.c +++ b/sound/soc/generic/audio-graph-card.c @@ -107,7 +107,7 @@ static int asoc_graph_card_dai_link_of(struct device_node *cpu_port, int ret; if (rcpu_ep != cpu_ep) { - dev_err(dev, "remote-endpoint missmatch (%s/%s/%s)\n", + dev_err(dev, "remote-endpoint mismatch (%s/%s/%s)\n", cpu_ep->name, codec_ep->name, rcpu_ep->name); ret = -EINVAL; goto dai_link_of_err;