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
[parent not found: <gab64ffbd7bdbafc@gaonchips.com>]

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