lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 29 Mar 2019 08:39:59 +0000
From:   Viorel Suman <viorel.suman@....com>
To:     dl-linux-imx <linux-imx@....com>,
        "colin.king@...onical.com" <colin.king@...onical.com>,
        "timur@...nel.org" <timur@...nel.org>,
        "Xiubo.Lee@...il.com" <Xiubo.Lee@...il.com>,
        "nicoleotsuka@...il.com" <nicoleotsuka@...il.com>,
        "festevam@...il.com" <festevam@...il.com>,
        "broonie@...nel.org" <broonie@...nel.org>,
        "mojha@...eaurora.org" <mojha@...eaurora.org>,
        "tiwai@...e.com" <tiwai@...e.com>,
        "linuxppc-dev@...ts.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>,
        "lgirdwood@...il.com" <lgirdwood@...il.com>,
        "shawnguo@...nel.org" <shawnguo@...nel.org>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        "perex@...ex.cz" <perex@...ex.cz>,
        "kernel@...gutronix.de" <kernel@...gutronix.de>,
        "alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
        "s.hauer@...gutronix.de" <s.hauer@...gutronix.de>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH][next] ASoC: fsl: fix spelling mistake: "missign" ->
 "missing"

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

Acked-by: Viorel Suman <viorel.suman@....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;
> >   	}
> >   

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ