summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mc13xxx-spi.c
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2022-11-01 17:50:45 +0100
committerLee Jones <lee@kernel.org>2022-12-07 13:28:10 +0000
commit0a5219f34fea85a0e583de2aa4528548acaa85f4 (patch)
tree29bd86a963eec30898172c4e2dbbcbcd9f6afd4c /drivers/mfd/mc13xxx-spi.c
parentb5a8668dab74ee37886aec5a1748f681a2d6cc6c (diff)
downloadlinux-0a5219f34fea85a0e583de2aa4528548acaa85f4.tar.bz2
mfd: mc13xxx-spi: Fix typo ("transfert")
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
Diffstat (limited to 'drivers/mfd/mc13xxx-spi.c')
-rw-r--r--drivers/mfd/mc13xxx-spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/mc13xxx-spi.c b/drivers/mfd/mc13xxx-spi.c
index 2809fbeb317c..f70d79aa5a83 100644
--- a/drivers/mfd/mc13xxx-spi.c
+++ b/drivers/mfd/mc13xxx-spi.c
@@ -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 = {