From: Colin Ian King Date: Thu, 28 Mar 2019 09:28:16 +0000 (+0000) Subject: ASoC: fsl: fix spelling mistake: "missign" -> "missing" X-Git-Tag: v5.2-rc1~16^2~9^2~226 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=de70b2a581125a8a627db6fdc1d7f9c05536fe84;p=uclinux-h8%2Flinux.git ASoC: fsl: fix spelling mistake: "missign" -> "missing" There is a spelling mistake in a dev_err message. Fix this. Signed-off-by: Colin Ian King Reviewed-by: Mukesh Ojha Acked-by: Viorel Suman Signed-off-by: Mark Brown --- 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; }