projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5f399
)
tty: amiserial: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Fri, 15 Jul 2022 05:44:01 +0000
(13:44 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 28 Jul 2022 14:33:29 +0000
(16:33 +0200)
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>
drivers/tty/amiserial.c
patch
|
blob
|
history
diff --git
a/drivers/tty/amiserial.c
b/drivers/tty/amiserial.c
index 5458e2b1c12515642dbfd1bd2088623bf6887df7..81e7f64c173934640b2bdb3e50187098176586e4 100644
(file)
--- 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
*