public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: bcm-kona: fix spelling mistake in timeout-check comment
@ 2026-05-03 16:59 Stepan Ionichev
  2026-05-04 15:25 ` Ray Jui
  0 siblings, 1 reply; 2+ messages in thread
From: Stepan Ionichev @ 2026-05-03 16:59 UTC (permalink / raw)
  To: andi.shyti
  Cc: florian.fainelli, rjui, sbranden, bcm-kernel-feedback-list,
	linux-i2c, linux-kernel, Stepan Ionichev

Fix a spelling mistake in the timeout-check comment.

No functional change.

Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
---
 drivers/i2c/busses/i2c-bcm-kona.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-bcm-kona.c b/drivers/i2c/busses/i2c-bcm-kona.c
index 9d8838bbd..d4f287b31 100644
--- a/drivers/i2c/busses/i2c-bcm-kona.c
+++ b/drivers/i2c/busses/i2c-bcm-kona.c
@@ -427,7 +427,7 @@ static int bcm_kona_i2c_write_fifo_single(struct bcm_kona_i2c_dev *dev,
 		return -EREMOTEIO;
 	}
 
-	/* Check if a timeout occured */
+	/* Check if a timeout occurred */
 	if (!time_left) {
 		dev_err(dev->device, "completion timed out\n");
 		return -EREMOTEIO;
-- 
2.33.0.windows.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] i2c: bcm-kona: fix spelling mistake in timeout-check comment
  2026-05-03 16:59 [PATCH] i2c: bcm-kona: fix spelling mistake in timeout-check comment Stepan Ionichev
@ 2026-05-04 15:25 ` Ray Jui
  0 siblings, 0 replies; 2+ messages in thread
From: Ray Jui @ 2026-05-04 15:25 UTC (permalink / raw)
  To: Stepan Ionichev
  Cc: andi.shyti, florian.fainelli, rjui, sbranden,
	bcm-kernel-feedback-list, linux-i2c, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1021 bytes --]

On Sun, May 3, 2026 at 11:00 AM Stepan Ionichev <sozdayvek@gmail.com> wrote:

> Fix a spelling mistake in the timeout-check comment.
>
> No functional change.
>
> Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
> ---
>  drivers/i2c/busses/i2c-bcm-kona.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/i2c/busses/i2c-bcm-kona.c
> b/drivers/i2c/busses/i2c-bcm-kona.c
> index 9d8838bbd..d4f287b31 100644
> --- a/drivers/i2c/busses/i2c-bcm-kona.c
> +++ b/drivers/i2c/busses/i2c-bcm-kona.c
> @@ -427,7 +427,7 @@ static int bcm_kona_i2c_write_fifo_single(struct
> bcm_kona_i2c_dev *dev,
>                 return -EREMOTEIO;
>         }
>
> -       /* Check if a timeout occured */
> +       /* Check if a timeout occurred */
>         if (!time_left) {
>                 dev_err(dev->device, "completion timed out\n");
>                 return -EREMOTEIO;
> --
> 2.33.0.windows.2
>
>
Looks good to me. Thanks!

 Acked-by: Ray Jui <ray.jui@broadcom.com>

[-- Attachment #1.2: Type: text/html, Size: 1578 bytes --]

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5449 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-04 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-03 16:59 [PATCH] i2c: bcm-kona: fix spelling mistake in timeout-check comment Stepan Ionichev
2026-05-04 15:25 ` Ray Jui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox