linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound: soc: codecs: Fix a spello in the file wm8955.c
@ 2021-03-06 11:51 Bhaskar Chowdhury
  2021-03-07 17:05 ` Charles Keepax
  2021-03-08  6:50 ` Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-06 11:51 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, kuninori.morimoto.gx,
	gustavoars, ckeepax, peter.ujfalusi, unixbhaskar, patches,
	alsa-devel, linux-kernel
  Cc: rdunlap


s/sortd/sorted/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 sound/soc/codecs/wm8955.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c
index 513df47bd87d..538bb8b0db39 100644
--- a/sound/soc/codecs/wm8955.c
+++ b/sound/soc/codecs/wm8955.c
@@ -151,7 +151,7 @@ static int wm8955_pll_factors(struct device *dev,
 	/* The oscilator should run at should be 90-100MHz, and
 	 * there's a divide by 4 plus an optional divide by 2 in the
 	 * output path to generate the system clock.  The clock table
-	 * is sortd so we should always generate a suitable target. */
+	 * is sorted so we should always generate a suitable target. */
 	target = Fout * 4;
 	if (target < 90000000) {
 		pll->outdiv = 1;
--
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] sound: soc: codecs: Fix a spello in the file wm8955.c
  2021-03-06 11:51 [PATCH] sound: soc: codecs: Fix a spello in the file wm8955.c Bhaskar Chowdhury
@ 2021-03-07 17:05 ` Charles Keepax
  2021-03-08  6:50 ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2021-03-07 17:05 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: lgirdwood, broonie, perex, tiwai, kuninori.morimoto.gx,
	gustavoars, peter.ujfalusi, patches, alsa-devel, linux-kernel,
	rdunlap

On Sat, Mar 06, 2021 at 05:21:51PM +0530, Bhaskar Chowdhury wrote:
> 
> s/sortd/sorted/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  sound/soc/codecs/wm8955.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c
> index 513df47bd87d..538bb8b0db39 100644
> --- a/sound/soc/codecs/wm8955.c
> +++ b/sound/soc/codecs/wm8955.c
> @@ -151,7 +151,7 @@ static int wm8955_pll_factors(struct device *dev,
>  	/* The oscilator should run at should be 90-100MHz, and
>  	 * there's a divide by 4 plus an optional divide by 2 in the
>  	 * output path to generate the system clock.  The clock table
> -	 * is sortd so we should always generate a suitable target. */
> +	 * is sorted so we should always generate a suitable target. */
>  	target = Fout * 4;
>  	if (target < 90000000) {
>  		pll->outdiv = 1;
> --
> 2.26.2
> 

Content of the patch looks good, the commit message might need a
little work. The subject line needs to be appropriate for the
subsystem. Would be better to start with "ASoC: wm8955: " and
typo is a more standard term than spello :-)

Thanks,
Charles

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sound: soc: codecs: Fix a spello in the file wm8955.c
  2021-03-06 11:51 [PATCH] sound: soc: codecs: Fix a spello in the file wm8955.c Bhaskar Chowdhury
  2021-03-07 17:05 ` Charles Keepax
@ 2021-03-08  6:50 ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-08  6:50 UTC (permalink / raw)
  To: Bhaskar Chowdhury, lgirdwood, broonie, perex, tiwai,
	kuninori.morimoto.gx, gustavoars, ckeepax, peter.ujfalusi,
	patches, alsa-devel, linux-kernel

On 3/6/21 3:51 AM, Bhaskar Chowdhury wrote:
> 
> s/sortd/sorted/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  sound/soc/codecs/wm8955.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c
> index 513df47bd87d..538bb8b0db39 100644
> --- a/sound/soc/codecs/wm8955.c
> +++ b/sound/soc/codecs/wm8955.c
> @@ -151,7 +151,7 @@ static int wm8955_pll_factors(struct device *dev,
>  	/* The oscilator should run at should be 90-100MHz, and
>  	 * there's a divide by 4 plus an optional divide by 2 in the
>  	 * output path to generate the system clock.  The clock table
> -	 * is sortd so we should always generate a suitable target. */
> +	 * is sorted so we should always generate a suitable target. */
>  	target = Fout * 4;
>  	if (target < 90000000) {
>  		pll->outdiv = 1;
> --
> 2.26.2
> 


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-08  6:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06 11:51 [PATCH] sound: soc: codecs: Fix a spello in the file wm8955.c Bhaskar Chowdhury
2021-03-07 17:05 ` Charles Keepax
2021-03-08  6:50 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).