All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Chen <peter.chen@cixtech.com>
To: Lakshmi S <lakshmicar.2023@gmail.com>
Cc: fugang.duan@cixtech.com, jassisinghbrar@gmail.com,
	cix-kernel-upstream@cixtech.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, trivial@kernel.org
Subject: Re: [PATCH] mailbox: cix: fix typo in error message
Date: Mon, 29 Dec 2025 09:24:26 +0800	[thread overview]
Message-ID: <aVHYSvMpM-zcGSZH@nchen-desktop> (raw)
In-Reply-To: <20251223120622.4316-1-lakshmicar.2023@gmail.com>

On 25-12-23 17:36:22, Lakshmi S wrote:
> 
> Fix typo "overlow" -> "overflow" in FIFO overflow error message.
> 
> Signed-off-by: Lakshmi S <lakshmicar.2023@gmail.com>
> ---
>  drivers/mailbox/cix-mailbox.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mailbox/cix-mailbox.c b/drivers/mailbox/cix-mailbox.c
> index 5bb1416c26a5..443620e8ae37 100644
> --- a/drivers/mailbox/cix-mailbox.c
> +++ b/drivers/mailbox/cix-mailbox.c
> @@ -346,7 +346,7 @@ static void cix_mbox_isr_fifo(struct mbox_chan *chan)
>                 /* FIFO overflow is generated */
>                 if (int_status & CIX_FIFO_OFLOW_INT) {
>                         status = cix_mbox_read(priv, CIX_FIFO_STAS);
> -                       dev_err(priv->dev, "fifo overlow: int_stats %d\n", status);
> +                       dev_err(priv->dev, "fifo overflow: int_stats %d\n", status);

Reviewed-by: Peter Chen <peter.chen@cixtech.com>

-- 

Best regards,
Peter


  reply	other threads:[~2025-12-29  1:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-23 12:06 [PATCH] mailbox: cix: fix typo in error message Lakshmi S
2025-12-29  1:24 ` Peter Chen [this message]
2026-01-18 20:54 ` Jassi Brar

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=aVHYSvMpM-zcGSZH@nchen-desktop \
    --to=peter.chen@cixtech.com \
    --cc=cix-kernel-upstream@cixtech.com \
    --cc=fugang.duan@cixtech.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=lakshmicar.2023@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /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.