Skip to content

Commit 9e2fd53

Browse files
Anindya Sundar GayenAndi Shyti
authored andcommitted
i2c: i2c-exynos5: fixed a spelling error
Corrected a spelling mistake in the i2c-exynos5 driver to improve code readability. No functional changes were made. Signed-off-by: Anindya Sundar Gayen <anindya.sg@samsung.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Link: https://lore.kernel.org/r/20250228133745.35053-1-anindya.sg@samsung.com
1 parent 0d967f1 commit 9e2fd53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/i2c-exynos5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ static int exynos5_i2c_xfer_msg(struct exynos5_i2c *i2c,
814814
ret = i2c->state;
815815

816816
/*
817-
* If this is the last message to be transfered (stop == 1)
817+
* If this is the last message to be transferred (stop == 1)
818818
* Then check if the bus can be brought back to idle.
819819
*/
820820
if (ret == 0 && stop)

0 commit comments

Comments
 (0)