aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/generic
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-05-18 08:48:15 +0100
committerMark Brown <broonie@kernel.org>2017-05-19 17:28:28 +0100
commita619f049f23be98510aa0cae774cdc553c54e0e9 (patch)
tree3b062ee49531716325f32515dccd71c89dd75346 /sound/soc/generic
parentASoC: audio-graph-card: tidyup return method from probe() (diff)
downloadwireguard-linux-a619f049f23be98510aa0cae774cdc553c54e0e9.tar.xz
wireguard-linux-a619f049f23be98510aa0cae774cdc553c54e0e9.zip
ASoC: audio-graph-card: fix spelling mistake: "missmatch" -> "mismatch"
Trivial fix to spelling mistake in dev_err message Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic')
-rw-r--r--sound/soc/generic/audio-graph-card.c2
1 files changed, 1 insertions, 1 deletions
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;