projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d967f1
)
i2c: i2c-exynos5: fixed a spelling error
author
Anindya Sundar Gayen
<anindya.sg@samsung.com>
Fri, 28 Feb 2025 13:37:45 +0000
(19:07 +0530)
committer
Andi 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
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-exynos5.c
b/drivers/i2c/busses/i2c-exynos5.c
index
6cdd957
..
02f2447
100644
(file)
--- 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 transfer
r
ed (stop == 1)
* Then check if the bus can be brought back to idle.
*/
if (ret == 0 && stop)