Commit 0a5219f3 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Lee Jones

mfd: mc13xxx-spi: Fix typo ("transfert")

That spelling is only correct in French :-)
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarLee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221101165045.1017822-1-j.neuschaefer@gmx.net
parent b5a8668d
...@@ -114,7 +114,7 @@ static int mc13xxx_spi_write(void *context, const void *data, size_t count) ...@@ -114,7 +114,7 @@ static int mc13xxx_spi_write(void *context, const void *data, size_t count)
* result, the SS will negate before all of the data has been * result, the SS will negate before all of the data has been
* transferred to/from the peripheral." * transferred to/from the peripheral."
* We workaround this by accessing the SPI controller with a * We workaround this by accessing the SPI controller with a
* single transfert. * single transfer.
*/ */
static struct regmap_bus regmap_mc13xxx_bus = { static struct regmap_bus regmap_mc13xxx_bus = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment