Commit c9fe14ac authored by Fabio Estevam's avatar Fabio Estevam Committed by Greg Kroah-Hartman
Browse files

serial: fsl_lpuart: Fix typo in "transfer"



Fix two occurrences where "transfer" is spelled incorrectly.

Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20200818224457.16507-1-festevam@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 52c3c3a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
		 */