Commit 9e2fd530 authored by Anindya Sundar Gayen's avatar Anindya Sundar Gayen Committed by Andi Shyti
Browse files

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: default avatarAnindya Sundar Gayen <anindya.sg@samsung.com>
Signed-off-by: default avatarAndi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250228133745.35053-1-anindya.sg@samsung.com
parent 0d967f12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -814,7 +814,7 @@ static int exynos5_i2c_xfer_msg(struct exynos5_i2c *i2c,
		ret = i2c->state;

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