i2c: i2c-exynos5: fixed a spelling error
authorAnindya Sundar Gayen <anindya.sg@samsung.com>
Fri, 28 Feb 2025 13:37:45 +0000 (19:07 +0530)
committerAndi Shyti <andi.shyti@kernel.org>
Tue, 18 Mar 2025 20:53:54 +0000 (21:53 +0100)
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
drivers/i2c/busses/i2c-exynos5.c

index 6cdd957ea7e4e323bf1d3b1a070e624eeea8037d..02f24479aa074d61beb447797b26eb9652f8170c 100644 (file)
@@ -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)