Commit bf98ef69 authored by Shaomin Deng's avatar Shaomin Deng Committed by Greg Kroah-Hartman

serial: Fix double word

Fix double word "start start" in comments.
Signed-off-by: default avatarShaomin Deng <dengshaomin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220831160934.7986-1-dengshaomin@cdjrlc.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 18417b01
...@@ -1141,7 +1141,7 @@ static void autoconfig_16550a(struct uart_8250_port *up) ...@@ -1141,7 +1141,7 @@ static void autoconfig_16550a(struct uart_8250_port *up)
* internal UARTs. * internal UARTs.
* We're going to explicitly set the UUE bit to 0 before * We're going to explicitly set the UUE bit to 0 before
* trying to write and read a 1 just to make sure it's not * trying to write and read a 1 just to make sure it's not
* already a 1 and maybe locked there before we even start start. * already a 1 and maybe locked there before we even start.
*/ */
iersave = serial_in(up, UART_IER); iersave = serial_in(up, UART_IER);
serial_out(up, UART_IER, iersave & ~UART_IER_UUE); serial_out(up, UART_IER, iersave & ~UART_IER_UUE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment