diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2022-07-15 15:42:18 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-07-16 14:18:49 +0200 |
commit | 824a826e2e767ae1051a4c5c8ea44ec7a0c1dd26 (patch) | |
tree | 63771ba9c73526ed46ab05f162a380b7fb9e87be /drivers/i2c/busses | |
parent | e1f77ecc75aaee6bed04e8fd7830e00032af012e (diff) |
i2c: imx: fix typo in comment
to provid --> to provide
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/i2c-imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |