Skip to content

Commit

Permalink
mfd: mc13xxx-spi: Fix typo ("transfert")
Browse files Browse the repository at this point in the history
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
  • Loading branch information
neuschaefer authored and lag-linaro committed Dec 7, 2022
1 parent b5a8668 commit 0a5219f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/mc13xxx-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0a5219f

Please sign in to comment.