aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2022-07-15 13:44:01 +0800
committerGreg Kroah-Hartman <[email protected]>2022-07-28 16:33:29 +0200
commit014482b667d3550d7a610c5f11b6351fe47eb39a (patch)
tree7f609c3042801f20b24b2b5bfd0b971d7174450e
parent9e5f399f5c9f62e537735f2f8e42bd2f7c255c1f (diff)
tty: amiserial: Fix comment typo
The double `should' is duplicated in line 15, remove one. Signed-off-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-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
*