diff options
author | Christian Heusel <christian@heusel.eu> | 2023-05-08 16:18:01 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-06-05 10:39:11 +0200 |
commit | 8110bf24c82d08aa2ed1d09a2b996d06c41f2e67 (patch) | |
tree | 36201301522d72b1e01d8ba2bc2f0bbdcf29c302 | |
parent | MAINTAINERS: Add myself as I2C host drivers maintainer (diff) | |
download | linux-8110bf24c82d08aa2ed1d09a2b996d06c41f2e67.tar.xz linux-8110bf24c82d08aa2ed1d09a2b996d06c41f2e67.zip |
i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"
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>
-rw-r--r-- | drivers/i2c/busses/i2c-img-scb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-img-scb.c b/drivers/i2c/busses/i2c-img-scb.c index 8e987945ed45..39c479f96eb5 100644 --- 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 (innacurate) and 16*256 (irregular). + * Worst incs are 1 (inaccurate) 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). */ |