* [PATCH] i2c: bcm-kona: fix spelling mistake in timeout-check comment
@ 2026-05-03 16:59 Stepan Ionichev
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2026-05-03 18:00 UTC | newest]
Thread overview: (only message) (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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox