]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
i2c: bcm-kona: fix spelling mistake in timeout-check comment
authorStepan Ionichev <sozdayvek@gmail.com>
Sun, 3 May 2026 16:59:25 +0000 (21:59 +0500)
committerAndi Shyti <andi.shyti@kernel.org>
Tue, 9 Jun 2026 06:40:21 +0000 (08:40 +0200)
Fix a spelling mistake in the timeout-check comment.

No functional change.

Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
Acked-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20260503165925.1738-1-sozdayvek@gmail.com
drivers/i2c/busses/i2c-bcm-kona.c

index 9d8838bbd938bf6c43d9553d9f54acac1282f7e8..d4f287b31fd769a9d88e044424fe99224702a9d7 100644 (file)
@@ -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;