public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: dwc: fix typo in comment
@ 2023-09-11  6:46 Myunguk Kim
  2023-09-11  8:25 ` Maxim Kochetkov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Myunguk Kim @ 2023-09-11  6:46 UTC (permalink / raw)
  To: alsa-devel
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Maxim Kochetkov, Kuninori Morimoto, Xingyu Wu,
	Uwe Kleine-König, linux-kernel, Myunguk Kim

This fixes typo in comment

Signed-off-by: Myunguk Kim <mwkim@gaonchips.com>
---
 sound/soc/dwc/dwc-i2s.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/dwc/dwc-i2s.c b/sound/soc/dwc/dwc-i2s.c
index 71ff894035a4..45e55e550924 100644
--- a/sound/soc/dwc/dwc-i2s.c
+++ b/sound/soc/dwc/dwc-i2s.c
@@ -138,7 +138,7 @@ static irqreturn_t i2s_irq_handler(int irq, void *dev_id)
 			irq_valid = true;
 		}
 
-		/* Error Handling: TX */
+		/* Error Handling: RX */
 		if (isr[i] & ISR_RXFO) 
{ 			dev_err_ratelimited(dev->dev, "RX overrun (ch_id=%d)\n", i);
 			irq_valid = true;
-- 
2.34.1


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

* Re: [PATCH] ASoC: dwc: fix typo in comment
  2023-09-11  6:46 [PATCH] ASoC: dwc: fix typo in comment Myunguk Kim
@ 2023-09-11  8:25 ` Maxim Kochetkov
  2023-09-11 12:45 ` Bagas Sanjaya
  2023-09-12 13:34 ` Mark Brown
  2 siblings, 0 replies; 7+ messages in thread
From: Maxim Kochetkov @ 2023-09-11  8:25 UTC (permalink / raw)
  To: Myunguk Kim, alsa-devel
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Kuninori Morimoto, Xingyu Wu, Uwe Kleine-König, linux-kernel



On 11.09.2023 09:46, Myunguk Kim wrote:
> This fixes typo in comment
> 
> Signed-off-by: Myunguk Kim <mwkim@gaonchips.com>

Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>

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

* Re: [PATCH] ASoC: dwc: fix typo in comment
  2023-09-11  6:46 [PATCH] ASoC: dwc: fix typo in comment Myunguk Kim
  2023-09-11  8:25 ` Maxim Kochetkov
@ 2023-09-11 12:45 ` Bagas Sanjaya
  2023-09-12 13:34 ` Mark Brown
  2 siblings, 0 replies; 7+ messages in thread
From: Bagas Sanjaya @ 2023-09-11 12:45 UTC (permalink / raw)
  To: Myunguk Kim, alsa-devel
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Maxim Kochetkov, Kuninori Morimoto, Xingyu Wu,
	Uwe Kleine-König, linux-kernel

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

On Mon, Sep 11, 2023 at 03:46:46PM +0900, Myunguk Kim wrote:
> This fixes typo in comment

On what? Can you describe the typofix in more detail?

> 
> Signed-off-by: Myunguk Kim <mwkim@gaonchips.com>
> ---
>  sound/soc/dwc/dwc-i2s.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/dwc/dwc-i2s.c b/sound/soc/dwc/dwc-i2s.c
> index 71ff894035a4..45e55e550924 100644
> --- a/sound/soc/dwc/dwc-i2s.c
> +++ b/sound/soc/dwc/dwc-i2s.c
> @@ -138,7 +138,7 @@ static irqreturn_t i2s_irq_handler(int irq, void *dev_id)
>  			irq_valid = true;
>  		}
>  
> -		/* Error Handling: TX */
> +		/* Error Handling: RX */
>  		if (isr[i] & ISR_RXFO) 
> { 			dev_err_ratelimited(dev->dev, "RX overrun (ch_id=%d)\n", i);
>  			irq_valid = true;

Oh, you mean the code following the comment checks for RXFO overrun.

Confused...

-- 
An old man doll... just what I always wanted! - Clara

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

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

* Re: [PATCH] ASoC: dwc: fix typo in comment
       [not found] <gab64ffbd7bdbafc@gaonchips.com>
@ 2023-09-12  1:34 ` Bagas Sanjaya
  0 siblings, 0 replies; 7+ messages in thread
From: Bagas Sanjaya @ 2023-09-12  1:34 UTC (permalink / raw)
  To: 김명욱, alsa-devel
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Maxim Kochetkov, Kuninori Morimoto, Xingyu Wu,
	Uwe Kleine-König, linux-kernel

On 12/09/2023 08:23, 김명욱 wrote:
> ISR_RXFO means "Status of Data Overrun interrupt for the RX channel" according to the datasheet.
> 
> So, the comment should be RX, not TX
> 
=

OK, but next time don't reply like:

> A: http://en.wikipedia.org/wiki/Top_post
> Q: Were do I find info about this thing called top-posting?
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
> 
> A: No.
> Q: Should I include quotations after my reply?
> 
> http://daringfireball.net/2007/07/on_top

because I can't see the context you're replying to.

And don't send HTML emails as mailing lists hate and
block them.

Regardless, send v2 with reviews (especially on patch description like this)
addressed.

Thanks!

-- 
An old man doll... just what I always wanted! - Clara


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

* Re: [PATCH] ASoC: dwc: fix typo in comment
  2023-09-11  6:46 [PATCH] ASoC: dwc: fix typo in comment Myunguk Kim
  2023-09-11  8:25 ` Maxim Kochetkov
  2023-09-11 12:45 ` Bagas Sanjaya
@ 2023-09-12 13:34 ` Mark Brown
  2023-09-13  2:28   ` Myunguk Kim
  2023-09-13  2:28   ` Myunguk Kim
  2 siblings, 2 replies; 7+ messages in thread
From: Mark Brown @ 2023-09-12 13:34 UTC (permalink / raw)
  To: Myunguk Kim
  Cc: alsa-devel, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
	Maxim Kochetkov, Kuninori Morimoto, Xingyu Wu,
	Uwe Kleine-König, linux-kernel

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

On Mon, Sep 11, 2023 at 03:46:46PM +0900, Myunguk Kim wrote:
> This fixes typo in comment
> 
> Signed-off-by: Myunguk Kim <mwkim@gaonchips.com>

This doesn't apply against current code, please check and resend:

Applying: ASoC: dwc: fix typo in comment
error: sha1 information is lacking or useless (sound/soc/dwc/dwc-i2s.c).
error: could not build fake ancestor
Patch failed at 0001 ASoC: dwc: fix typo in comment

(after fixing what looked like corruption in the mail)

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

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

* Re: [PATCH] ASoC: dwc: fix typo in comment
  2023-09-12 13:34 ` Mark Brown
@ 2023-09-13  2:28   ` Myunguk Kim
  2023-09-13  2:28   ` Myunguk Kim
  1 sibling, 0 replies; 7+ messages in thread
From: Myunguk Kim @ 2023-09-13  2:28 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, fido_max, kuninori.morimoto.gx, lgirdwood,
	linux-kernel, mwkim, perex, tiwai, u.kleine-koenig, xingyu.wu

> This doesn't apply against current code, please check and resend:

Sorry, I will send a clean v2 in a moment.


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

* (no subject)
  2023-09-12 13:34 ` Mark Brown
  2023-09-13  2:28   ` Myunguk Kim
@ 2023-09-13  2:28   ` Myunguk Kim
  1 sibling, 0 replies; 7+ messages in thread
From: Myunguk Kim @ 2023-09-13  2:28 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, fido_max, kuninori.morimoto.gx, lgirdwood,
	linux-kernel, mwkim, perex, tiwai, u.kleine-koenig, xingyu.wu



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

end of thread, other threads:[~2023-09-13  2:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11  6:46 [PATCH] ASoC: dwc: fix typo in comment Myunguk Kim
2023-09-11  8:25 ` Maxim Kochetkov
2023-09-11 12:45 ` Bagas Sanjaya
2023-09-12 13:34 ` Mark Brown
2023-09-13  2:28   ` Myunguk Kim
2023-09-13  2:28   ` Myunguk Kim
     [not found] <gab64ffbd7bdbafc@gaonchips.com>
2023-09-12  1:34 ` [PATCH] ASoC: dwc: fix typo in comment Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox