[PATCH] i2c: Fix spelling mistake "innacurate" -> "inaccurate"

Christian Heusel posted 1 patch 2 years, 9 months ago
drivers/i2c/busses/i2c-img-scb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] i2c: Fix spelling mistake "innacurate" -> "inaccurate"
Posted by Christian Heusel 2 years, 9 months ago
There is a spelling mistake in a comment. Fix it.

Signed-off-by: Christian Heusel <christian@heusel.eu>
---
 drivers/i2c/busses/i2c-img-scb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).
  */
-- 
2.40.1
Re: [PATCH] i2c: Fix spelling mistake "innacurate" -> "inaccurate"
Posted by Wolfram Sang 2 years, 8 months ago
On Mon, May 08, 2023 at 04:18:01PM +0200, Christian Heusel wrote:
> There is a spelling mistake in a comment. Fix it.
> 
> Signed-off-by: Christian Heusel <christian@heusel.eu>

Applied to for-current, thanks! But please check other commits in the
subsystem for the proper prefix in $subject.