Skip to content

Commit 014482b

Browse files
Jason Wanggregkh
authored andcommitted
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>
1 parent 9e5f399 commit 014482b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/tty/amiserial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* (non hardware specific) changes to serial.c.
1313
*
1414
* The port is registered with the tty driver as minor device 64, and
15-
* therefore other ports should should only use 65 upwards.
15+
* therefore other ports should only use 65 upwards.
1616
*
1717
* Richard Lucock 28/12/99
1818
*

0 commit comments

Comments
 (0)