[PATCH] i2c: i2c-exynos5: fixed a spelling error

Anindya Sundar Gayen posted 1 patch 11 months, 2 weeks ago
drivers/i2c/busses/i2c-exynos5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] i2c: i2c-exynos5: fixed a spelling error
Posted by Anindya Sundar Gayen 11 months, 2 weeks ago
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>
---
 drivers/i2c/busses/i2c-exynos5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-exynos5.c b/drivers/i2c/busses/i2c-exynos5.c
index 6cdd957ea7e4..02f24479aa07 100644
--- a/drivers/i2c/busses/i2c-exynos5.c
+++ b/drivers/i2c/busses/i2c-exynos5.c
@@ -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)
-- 
2.17.1
Re: [PATCH] i2c: i2c-exynos5: fixed a spelling error
Posted by Andi Shyti 11 months ago
Hi Anindya,

On Fri, Feb 28, 2025 at 07:07:45PM +0530, Anindya Sundar Gayen wrote:
> 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>

merged to i2c/i2c-host.

Thanks,
Andi