diff mbox series

[next] ASoC: fsl: fix spelling mistake: "missign" -> "missing"

Message ID 20190328092816.12883-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit de70b2a581125a8a627db6fdc1d7f9c05536fe84
Headers show
Series [next] ASoC: fsl: fix spelling mistake: "missign" -> "missing" | expand

Commit Message

Colin King March 28, 2019, 9:28 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 sound/soc/fsl/imx-audmix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mukesh Ojha March 28, 2019, 10:18 a.m. UTC | #1
On 3/28/2019 2:58 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a dev_err message. Fix this.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>


Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

-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;
>   	}
>
Viorel Suman March 29, 2019, 8:39 a.m. UTC | #2
On Jo, 2019-03-28 at 15:48 +0530, Mukesh Ojha wrote:
> On 3/28/2019 2:58 PM, Colin King wrote:
> > 
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > There is a spelling mistake in a dev_err message. Fix this.
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Acked-by: Viorel Suman <viorel.suman@nxp.com>

> 
> -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;
> >   	}
> >
diff mbox series

Patch

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;
 	}