diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-07-15 08:44:01 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-28 17:33:29 +0300 |
commit | 014482b667d3550d7a610c5f11b6351fe47eb39a (patch) | |
tree | 7f609c3042801f20b24b2b5bfd0b971d7174450e /drivers/tty/amiserial.c | |
parent | 9e5f399f5c9f62e537735f2f8e42bd2f7c255c1f (diff) | |
download | linux-014482b667d3550d7a610c5f11b6351fe47eb39a.tar.xz |
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/amiserial.c')
-rw-r--r-- | drivers/tty/amiserial.c | 2 |
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 * |