lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CABb+yY0DO-e_c5Lf0T2-xP0WJYQEX2AcMgjOefbkEcuSXu1mYw@mail.gmail.com>
Date: Sun, 18 Jan 2026 14:54:05 -0600
From: Jassi Brar <jassisinghbrar@...il.com>
To: Lakshmi S <lakshmicar.2023@...il.com>
Cc: peter.chen@...tech.com, fugang.duan@...tech.com, 
	cix-kernel-upstream@...tech.com, linux-arm-kernel@...ts.infradead.org, 
	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH] mailbox: cix: fix typo in error message

On Tue, Dec 23, 2025 at 6:06 AM Lakshmi S <lakshmicar.2023@...il.com> wrote:
>
> Fix typo "overlow" -> "overflow" in FIFO overflow error message.
>
> Signed-off-by: Lakshmi S <lakshmicar.2023@...il.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);
>                         cix_mbox_write(priv, CIX_FIFO_OFLOW_INT, CIX_INT_CLEAR);
>                 }
>         }
> --
> 2.25.1
>
Applied to mailbox/for-next.
Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ