Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: Fix double word

Fix double word "start start" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220831160934.7986-1-dengshaomin@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Shaomin Deng and committed by
Greg Kroah-Hartman
bf98ef69 18417b01

+1 -1
+1 -1
drivers/tty/serial/8250/8250_port.c
··· 1141 1141 * internal UARTs. 1142 1142 * We're going to explicitly set the UUE bit to 0 before 1143 1143 * trying to write and read a 1 just to make sure it's not 1144 - * already a 1 and maybe locked there before we even start start. 1144 + * already a 1 and maybe locked there before we even start. 1145 1145 */ 1146 1146 iersave = serial_in(up, UART_IER); 1147 1147 serial_out(up, UART_IER, iersave & ~UART_IER_UUE);