Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Anindya Sundar Gayen and committed by
Andi Shyti
9e2fd530 0d967f12

+1 -1
+1 -1
drivers/i2c/busses/i2c-exynos5.c
··· 814 814 ret = i2c->state; 815 815 816 816 /* 817 - * If this is the last message to be transfered (stop == 1) 817 + * If this is the last message to be transferred (stop == 1) 818 818 * Then check if the bus can be brought back to idle. 819 819 */ 820 820 if (ret == 0 && stop)