projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b679a
)
i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"
author
Christian Heusel
<christian@heusel.eu>
Mon, 8 May 2023 14:18:01 +0000
(16:18 +0200)
committer
Wolfram Sang
<wsa@kernel.org>
Mon, 5 Jun 2023 08:39:11 +0000
(10:39 +0200)
There is a spelling mistake in a comment. Fix it.
Signed-off-by: Christian Heusel <christian@heusel.eu>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-img-scb.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-img-scb.c
b/drivers/i2c/busses/i2c-img-scb.c
index 8e987945ed4503d641bd44bcdf2fe36e6e078c66..39c479f96eb58564b75e91f4650cf31e1345433f 100644
(file)
--- a/
drivers/i2c/busses/i2c-img-scb.c
+++ b/
drivers/i2c/busses/i2c-img-scb.c
@@
-257,7
+257,7
@@
#define IMG_I2C_TIMEOUT (msecs_to_jiffies(1000))
/*
- * Worst incs are 1 (in
na
curate) and 16*256 (irregular).
+ * Worst incs are 1 (in
ac
curate) and 16*256 (irregular).
* So a sensible inc is the logarithmic mean: 64 (2^6), which is
* in the middle of the valid range (0-127).
*/