linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: wm8996: fix small typo
@ 2018-11-02  1:30 sh liu
  2018-11-02 11:35 ` Charles Keepax
  2018-11-05 10:36 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: sh liu @ 2018-11-02  1:30 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai; +Cc: patches, alsa-devel, linux-kernel

From e9b923690675ca8fa883fd25dcead5b457856735 Mon Sep 17 00:00:00 2001
From: liush <liush@allwinnertech.com>
Date: Fri, 2 Nov 2018 08:57:00 +0800
Subject: [PATCH] ASoC: wm8996: fix small typo

atleast -> at least

Change-Id: Icc970b438166daef13518b7d1a62b13eb8752f5f
Signed-off-by: liush <liush@allwinnertech.com>
---
 sound/soc/codecs/wm8996.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c
index 8affa49..d039835 100644
--- a/sound/soc/codecs/wm8996.c
+++ b/sound/soc/codecs/wm8996.c
@@ -2109,7 +2109,7 @@ static int wm8996_set_fll(struct snd_soc_codec
*codec, int fll_id, int source,
  if (i2c->irq)
  timeout *= 10;
  else
- /* ensure timeout of atleast 1 jiffies */
+ /* ensure timeout of at least 1 jiffies */
  timeout = timeout/2 ? : 1;

  for (retry = 0; retry < 10; retry++) {
-- 
1.9.1

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

* Re: [PATCH] ASoC: wm8996: fix small typo
  2018-11-02  1:30 [PATCH] ASoC: wm8996: fix small typo sh liu
@ 2018-11-02 11:35 ` Charles Keepax
  2018-11-05 10:36 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Charles Keepax @ 2018-11-02 11:35 UTC (permalink / raw)
  To: sh liu
  Cc: lgirdwood, broonie, perex, tiwai, patches, alsa-devel, linux-kernel

On Fri, Nov 02, 2018 at 09:30:06AM +0800, sh liu wrote:
> >From e9b923690675ca8fa883fd25dcead5b457856735 Mon Sep 17 00:00:00 2001
> From: liush <liush@allwinnertech.com>
> Date: Fri, 2 Nov 2018 08:57:00 +0800
> Subject: [PATCH] ASoC: wm8996: fix small typo
> 
> atleast -> at least
> 
> Change-Id: Icc970b438166daef13518b7d1a62b13eb8752f5f
> Signed-off-by: liush <liush@allwinnertech.com>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH] ASoC: wm8996: fix small typo
  2018-11-02  1:30 [PATCH] ASoC: wm8996: fix small typo sh liu
  2018-11-02 11:35 ` Charles Keepax
@ 2018-11-05 10:36 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2018-11-05 10:36 UTC (permalink / raw)
  To: sh liu; +Cc: lgirdwood, perex, tiwai, patches, alsa-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 753 bytes --]

On Fri, Nov 02, 2018 at 09:30:06AM +0800, sh liu wrote:
> From e9b923690675ca8fa883fd25dcead5b457856735 Mon Sep 17 00:00:00 2001
> From: liush <liush@allwinnertech.com>
> Date: Fri, 2 Nov 2018 08:57:00 +0800
> Subject: [PATCH] ASoC: wm8996: fix small typo
> 
> atleast -> at least
> 
> Change-Id: Icc970b438166daef13518b7d1a62b13eb8752f5f
> Signed-off-by: liush <liush@allwinnertech.com>

This patch is corrupted and can't be applied:

> *codec, int fll_id, int source,
>   if (i2c->irq)
>   timeout *= 10;
>   else
> - /* ensure timeout of atleast 1 jiffies */
> + /* ensure timeout of at least 1 jiffies */
>   timeout = timeout/2 ? : 1;
> 

It looks like tabs have been replaced by spaces in whatever you're using
to send it.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* [PATCH] ASoC: wm8996: fix small typo
@ 2018-11-02  1:08 lshua312
  0 siblings, 0 replies; 4+ messages in thread
From: lshua312 @ 2018-11-02  1:08 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai; +Cc: patches, alsa-devel, linux-kernel

From e9b923690675ca8fa883fd25dcead5b457856735 Mon Sep 17 00:00:00 2001
From: liush <liush@allwinnertech.com>
Date: Fri, 2 Nov 2018 08:57:00 +0800
Subject: [PATCH] ASoC: wm8996: fix small typo

atleast -> at least

Change-Id: Icc970b438166daef13518b7d1a62b13eb8752f5f
Signed-off-by: liush <liush@allwinnertech.com>
---
 sound/soc/codecs/wm8996.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c
index 8affa49..d039835 100644
--- a/sound/soc/codecs/wm8996.c
+++ b/sound/soc/codecs/wm8996.c
@@ -2109,7 +2109,7 @@ static int wm8996_set_fll(struct snd_soc_codec *codec, int fll_id, int source,
 	if (i2c->irq)
 		timeout *= 10;
 	else
-		/* ensure timeout of atleast 1 jiffies */
+		/* ensure timeout of at least 1 jiffies */
 		timeout = timeout/2 ? : 1;
 
 	for (retry = 0; retry < 10; retry++) {
-- 
1.9.1

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

end of thread, other threads:[~2018-11-05 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02  1:30 [PATCH] ASoC: wm8996: fix small typo sh liu
2018-11-02 11:35 ` Charles Keepax
2018-11-05 10:36 ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2018-11-02  1:08 lshua312

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).