[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87lgpuoaim.wl%kuninori.morimoto.gx@renesas.com>
Date: Thu, 18 May 2017 08:10:08 +0000
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: Colin King <colin.king@...onical.com>
CC: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, <alsa-devel@...a-project.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ASoC: audio-graph-card: fix spelling mistake: "missmatch" -> "mismatch"
Hi Colin
> From: Colin Ian King <colin.king@...onical.com>
>
> Trivial fix to spelling mistake in dev_err message
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
Grr... I want to have brown paper bag
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
> sound/soc/generic/audio-graph-card.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/generic/audio-graph-card.c b/sound/soc/generic/audio-graph-card.c
> index 07e010d38596..e0c26380921e 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;
> --
> 2.11.0
>
Powered by blists - more mailing lists