aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-07-15 13:44:01 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-28 16:33:29 +0200
commit014482b667d3550d7a610c5f11b6351fe47eb39a (patch)
tree7f609c3042801f20b24b2b5bfd0b971d7174450e /drivers/tty
parenttty: serial: document uart_get_console() (diff)
downloadlinux-dev-014482b667d3550d7a610c5f11b6351fe47eb39a.tar.xz
linux-dev-014482b667d3550d7a610c5f11b6351fe47eb39a.zip
tty: amiserial: Fix comment typo
The double `should' is duplicated in line 15, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Link: https://lore.kernel.org/r/20220715054401.9870-1-wangborong@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/amiserial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/amiserial.c b/drivers/tty/amiserial.c
index 5458e2b1c125..81e7f64c1739 100644
--- a/drivers/tty/amiserial.c
+++ b/drivers/tty/amiserial.c
@@ -12,7 +12,7 @@
* (non hardware specific) changes to serial.c.
*
* The port is registered with the tty driver as minor device 64, and
- * therefore other ports should should only use 65 upwards.
+ * therefore other ports should only use 65 upwards.
*
* Richard Lucock 28/12/99
*