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

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

parent b5a8668d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {