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] [day] [month] [year] [list]
Date:   Wed, 7 Jul 2021 10:49:41 -0700
From:   Ray Jui <ray.jui@...adcom.com>
To:     Gu Shengxian <gushengxian507419@...il.com>, perex@...ex.cz,
        tiwai@...e.com, rjui@...adcom.com, sbranden@...adcom.com,
        bcm-kernel-feedback-list@...adcom.com
Cc:     linux-kernel@...r.kernel.org, Gu Shengxian <gushengxian@...ong.com>
Subject: Re: [PATCH] ASoC: cygnus:fix spelling mistakes



On 7/6/2021 5:08 AM, Gu Shengxian wrote:
> From: Gu Shengxian <gushengxian@...ong.com>
> 
> controlable ==> controllable
> caputure ==> capture
> 
> Signed-off-by: Gu Shengxian <gushengxian@...ong.com>
> ---
>  sound/soc/bcm/cygnus-ssp.c | 2 +-
>  sound/soc/bcm/cygnus-ssp.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/soc/bcm/cygnus-ssp.c b/sound/soc/bcm/cygnus-ssp.c
> index fca5a3f2eec5..383d824fbbb2 100644
> --- a/sound/soc/bcm/cygnus-ssp.c
> +++ b/sound/soc/bcm/cygnus-ssp.c
> @@ -1327,7 +1327,7 @@ static int cygnus_ssp_probe(struct platform_device *pdev)
>  	if (IS_ERR(cygaud->i2s_in))
>  		return PTR_ERR(cygaud->i2s_in);
>  
> -	/* Tri-state all controlable pins until we know that we need them */
> +	/* Tri-state all controllable pins until we know that we need them */
>  	writel(CYGNUS_SSP_TRISTATE_MASK,
>  			cygaud->audio + AUD_MISC_SEROUT_OE_REG_BASE);
>  
> diff --git a/sound/soc/bcm/cygnus-ssp.h b/sound/soc/bcm/cygnus-ssp.h
> index 33dd34305928..0bd2d6708fe0 100644
> --- a/sound/soc/bcm/cygnus-ssp.h
> +++ b/sound/soc/bcm/cygnus-ssp.h
> @@ -37,7 +37,7 @@ struct ringbuf_regs {
>  	unsigned wraddr;
>  	unsigned baseaddr;
>  	unsigned endaddr;
> -	unsigned fmark;   /* freemark for play, fullmark for caputure */
> +	unsigned fmark;   /* freemark for play, fullmark for capture */
>  	unsigned period_bytes;
>  	unsigned buf_size;
>  };
> 

Thanks.

Acked-by: Ray Jui <ray.jui@...adcom.com>

Download attachment "smime.p7s" of type "application/pkcs7-signature" (4194 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ