From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Ojha Date: Thu, 28 Mar 2019 10:30:25 +0000 Subject: Re: [PATCH][next] ASoC: fsl: fix spelling mistake: "missign" -> "missing" Message-Id: List-Id: References: <20190328092816.12883-1-colin.king@canonical.com> In-Reply-To: <20190328092816.12883-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Colin King , Timur Tabi , Nicolin Chen , Xiubo Li , Fabio Estevam , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team , alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On 3/28/2019 2:58 PM, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in a dev_err message. Fix this. > > Signed-off-by: Colin Ian King Reviewed-by: Mukesh Ojha -Mukesh > --- > sound/soc/fsl/imx-audmix.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/fsl/imx-audmix.c b/sound/soc/fsl/imx-audmix.c > index 72e37ca6cfbb..7983bd339c01 100644 > --- a/sound/soc/fsl/imx-audmix.c > +++ b/sound/soc/fsl/imx-audmix.c > @@ -161,7 +161,7 @@ static int imx_audmix_probe(struct platform_device *pdev) > } > > if (!audmix_np) { > - dev_err(&pdev->dev, "Missign DT node for parent device.\n"); > + dev_err(&pdev->dev, "Missing DT node for parent device.\n"); > return -EINVAL; > } >