From: Jason Wang Date: Fri, 15 Jul 2022 05:44:01 +0000 (+0800) Subject: tty: amiserial: Fix comment typo X-Git-Tag: v6.6.17~6839^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=014482b667d3550d7a610c5f11b6351fe47eb39a;p=platform%2Fkernel%2Flinux-rpi.git tty: amiserial: Fix comment typo The double `should' is duplicated in line 15, remove one. Signed-off-by: Jason Wang Link: https://lore.kernel.org/r/20220715054401.9870-1-wangborong@cdjrlc.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/amiserial.c b/drivers/tty/amiserial.c index 5458e2b..81e7f64 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 *