OSDN Git Service

mfd: mc13xxx-spi: Fix typo ("transfert")
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Tue, 1 Nov 2022 16:50:45 +0000 (17:50 +0100)
committerLee Jones <lee@kernel.org>
Wed, 7 Dec 2022 13:28:10 +0000 (13:28 +0000)
That spelling is only correct in French :-)

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221101165045.1017822-1-j.neuschaefer@gmx.net
drivers/mfd/mc13xxx-spi.c

index 2809fbe..f70d79a 100644 (file)
@@ -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
  * transferred to/from the peripheral."
  * We workaround this by accessing the SPI controller with a
- * single transfert.
+ * single transfer.
  */
 
 static struct regmap_bus regmap_mc13xxx_bus = {