summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorShaomin Deng <dengshaomin@cdjrlc.com>2022-08-31 18:09:34 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-09-01 15:59:42 +0200
commitbf98ef69f75ddce0046c04d351b07f44e9b2be53 (patch)
tree6596bfd1a939ef2748c6b4e61837f33b3c2007b0 /drivers/tty
parentserial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusion (diff)
downloadlinux-bf98ef69f75ddce0046c04d351b07f44e9b2be53.tar.xz
linux-bf98ef69f75ddce0046c04d351b07f44e9b2be53.zip
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>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/8250_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
index 907c5ff4d4ab..1d2a43214b48 100644
--- a/drivers/tty/serial/8250/8250_port.c
+++ b/drivers/tty/serial/8250/8250_port.c
@@ -1141,7 +1141,7 @@ static void autoconfig_16550a(struct uart_8250_port *up)
* internal UARTs.
* 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
- * 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);
serial_out(up, UART_IER, iersave & ~UART_IER_UUE);