serial: fsl_lpuart: Fix typo in "transfer"
authorFabio Estevam <festevam@gmail.com>
Tue, 18 Aug 2020 22:44:57 +0000 (19:44 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Aug 2020 08:26:47 +0000 (10:26 +0200)
Fix two occurrences where "transfer" is spelled incorrectly.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20200818224457.16507-1-festevam@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c

index 7ca64224922410715cf13921d7393f49b67eb62f..5a5a22d7784195df8de139140b57a84f28ca38ce 100644 (file)
@@ -1260,7 +1260,7 @@ static int lpuart_config_rs485(struct uart_port *port,
                modem |= UARTMODEM_TXRTSE;
 
                /*
-                * RTS needs to be logic HIGH either during transer _or_ after
+                * RTS needs to be logic HIGH either during transfer _or_ after
                 * transfer, other variants are not supported by the hardware.
                 */
 
@@ -1311,7 +1311,7 @@ static int lpuart32_config_rs485(struct uart_port *port,
                modem |= UARTMODEM_TXRTSE;
 
                /*
-                * RTS needs to be logic HIGH either during transer _or_ after
+                * RTS needs to be logic HIGH either during transfer _or_ after
                 * transfer, other variants are not supported by the hardware.
                 */