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

From: Viorel Suman
Date: Fri Mar 29 2019 - 04:40:05 EST


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@xxxxxxxxxxxxx>
> >
> > There is a spelling mistake in a dev_err message. Fix this.
> >
> > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Reviewed-by: Mukesh Ojha <mojha@xxxxxxxxxxxxxx>

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

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