drivers/i2c/busses/i2c-bcm-kona.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
Hi Stepan, On Sun, May 03, 2026 at 09:59:25PM +0500, Stepan Ionichev wrote: > Fix a spelling mistake in the timeout-check comment. > > No functional change. > > Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com> merged to i2c/i2c-host. Thanks, Andi
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>
© 2016 - 2026 Red Hat, Inc.