Commit 83ee73c1 authored by Richard Genoud's avatar Richard Genoud Committed by Jiri Kosina

tty: doc: Fix grammar in serial/tty

Correct spelling typos in serial/tty
Signed-off-by: default avatarRichard Genoud <richard.genoud@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent f9134be4
...@@ -146,7 +146,7 @@ set_termios() Notify the tty driver that the device's termios ...@@ -146,7 +146,7 @@ set_termios() Notify the tty driver that the device's termios
driver function is responsible for modifying any driver function is responsible for modifying any
bits in the request it cannot fulfill to indicate bits in the request it cannot fulfill to indicate
the actual modes being used. A device with no the actual modes being used. A device with no
hardware capability for change (eg a USB dongle or hardware capability for change (e.g. a USB dongle or
virtual port) can provide NULL for this method. virtual port) can provide NULL for this method.
throttle() Notify the tty driver that input buffers for the throttle() Notify the tty driver that input buffers for the
...@@ -258,7 +258,7 @@ put_char() - Stuff a single character onto the queue. The ...@@ -258,7 +258,7 @@ put_char() - Stuff a single character onto the queue. The
flush_chars() - Ask the kernel to write put_char queue flush_chars() - Ask the kernel to write put_char queue
write_room() - Return the number of characters tht can be stuffed write_room() - Return the number of characters that can be stuffed
into the port buffers without overflow (or less). into the port buffers without overflow (or less).
The ldisc is responsible for being intelligent The ldisc is responsible for being intelligent
about multi-threading of write_room/write calls about multi-threading of write_room/write calls
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment