From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Myunguk Kim <mwkim@gaonchips.com>, alsa-devel@alsa-project.org
Cc: "Liam Girdwood" <lgirdwood@gmail.com>,
"Mark Brown" <broonie@kernel.org>,
"Jaroslav Kysela" <perex@perex.cz>,
"Takashi Iwai" <tiwai@suse.com>,
"Maxim Kochetkov" <fido_max@inbox.ru>,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
"Xingyu Wu" <xingyu.wu@starfivetech.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ASoC: dwc: fix typo in comment
Date: Mon, 11 Sep 2023 19:45:58 +0700 [thread overview]
Message-ID: <ZP8MBll6ZsOlZyaj@debian.me> (raw)
In-Reply-To: <20230911064646.168181-1-mwkim@gaonchips.com>
[-- 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 --]
next prev parent reply other threads:[~2023-09-11 12:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2023-09-12 13:34 ` Mark Brown
2023-09-13 2:28 ` Myunguk Kim
2023-09-13 2:28 ` Myunguk Kim
-- strict thread matches above, loose matches on Subject: below --
2023-09-12 1:23 Re: [PATCH] ASoC: dwc: fix typo in comment 김명욱
2023-09-12 1:34 ` Bagas Sanjaya
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZP8MBll6ZsOlZyaj@debian.me \
--to=bagasdotme@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=fido_max@inbox.ru \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mwkim@gaonchips.com \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=xingyu.wu@starfivetech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.