[PATCH v1] 2c: imx: fix typo in comment

Flavio Suligoi posted 1 patch 3 years, 9 months ago
drivers/i2c/busses/i2c-imx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] 2c: imx: fix typo in comment
Posted by Flavio Suligoi 3 years, 9 months ago
to provid --> to provide

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 drivers/i2c/busses/i2c-imx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c
index e9e2db68b9fb..78fb1a4274a6 100644
--- a/drivers/i2c/busses/i2c-imx.c
+++ b/drivers/i2c/busses/i2c-imx.c
@@ -66,7 +66,7 @@
 
 /* IMX I2C registers:
  * the I2C register offset is different between SoCs,
- * to provid support for all these chips, split the
+ * to provide support for all these chips, split the
  * register offset into a fixed base address and a
  * variable shift value, then the full register offset
  * will be calculated by
-- 
2.25.1
Re: [PATCH v1] 2c: imx: fix typo in comment
Posted by Fabio Estevam 3 years, 9 months ago
Hi Flavio,

On Fri, Jul 15, 2022 at 10:28 AM Flavio Suligoi <f.suligoi@asem.it> wrote:
>
> to provid --> to provide

There is also a typo in the Subject line: 2c ---> i2c :-)