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

Message ID 20221101165045.1017822-1-j.neuschaefer@gmx.net
State New
Headers
Series mfd: mc13xxx-spi: Fix typo ("transfert") |

Commit Message

Jonathan Neuschäfer Nov. 1, 2022, 4:50 p.m. UTC
  That spelling is only correct in French :-)

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 drivers/mfd/mc13xxx-spi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.35.1
  

Comments

Lee Jones Nov. 7, 2022, 8:31 a.m. UTC | #1
On Tue, 01 Nov 2022, Jonathan Neuschäfer wrote:

> That spelling is only correct in French :-)
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  drivers/mfd/mc13xxx-spi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.
  

Patch

diff --git a/drivers/mfd/mc13xxx-spi.c b/drivers/mfd/mc13xxx-spi.c
index f803527e58194..84ea45ef0280d 100644
--- a/drivers/mfd/mc13xxx-spi.c
+++ b/drivers/mfd/mc13xxx-spi.c
@@ -115,7 +115,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 = {