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: <ed2b9167-2eb3-412e-9c1c-eba124560e3f@cixtech.com>
Date: Tue, 22 Jul 2025 20:06:49 +0800
From: Hans Zhang <hans.zhang@...tech.com>
To: Colin Ian King <colin.i.king@...il.com>,
 Peter Chen <peter.chen@...tech.com>, Fugang Duan <fugang.duan@...tech.com>,
 CIX Linux Kernel Upstream Group <cix-kernel-upstream@...tech.com>,
 Jassi Brar <jassisinghbrar@...il.com>, linux-arm-kernel@...ts.infradead.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] mailbox: cix: Fix spelling mistake "overlow" ->
 "overflow"



On 2025/7/22 18:02, Colin Ian King wrote:
> [Some people who received this message don't often get email from colin.i.king@...il.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> EXTERNAL EMAIL
> 
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@...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.50.0
> 

Reviewed-by: Hans Zhang <hans.zhang@...tech.com>

Best regards,
Hans

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ