projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1eef6
)
tty: fix spelling mistake
author
Flavio Suligoi
<f.suligoi@asem.it>
Tue, 9 Jun 2020 16:02:49 +0000
(18:02 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 27 Jun 2020 14:21:20 +0000
(16:21 +0200)
Fix typo: "tigger" --> "trigger"
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Link:
https://lore.kernel.org/r/20200609160249.31329-1-f.suligoi@asem.it
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/moxa.h
patch
|
blob
|
history
diff --git
a/drivers/tty/moxa.h
b/drivers/tty/moxa.h
index 563d2dce80b3cd98e7b18a9179c413ca9ac9b70d..f0a4381b6861456ca812e599b0450518c2b10fa8 100644
(file)
--- a/
drivers/tty/moxa.h
+++ b/
drivers/tty/moxa.h
@@
-138,7
+138,7
@@
#define IntrQuit 0x40 /* received QUIT code */
#define IntrEOF 0x80 /* received EOF code */
-#define IntrRxTrigger 0x100 /* rx data count reach tigger value */
+#define IntrRxTrigger 0x100 /* rx data count reach t
r
igger value */
#define IntrTxTrigger 0x200 /* tx data count below trigger value */
#define Magic_no (Config_base + 0)