aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/serial/tty.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/serial/tty.txt b/Documentation/serial/tty.txt
index 540db41dfd5d..1e52d67d0abf 100644
--- a/Documentation/serial/tty.txt
+++ b/Documentation/serial/tty.txt
@@ -146,7 +146,7 @@ set_termios() Notify the tty driver that the device's termios
146 driver function is responsible for modifying any 146 driver function is responsible for modifying any
147 bits in the request it cannot fulfill to indicate 147 bits in the request it cannot fulfill to indicate
148 the actual modes being used. A device with no 148 the actual modes being used. A device with no
149 hardware capability for change (eg a USB dongle or 149 hardware capability for change (e.g. a USB dongle or
150 virtual port) can provide NULL for this method. 150 virtual port) can provide NULL for this method.
151 151
152throttle() Notify the tty driver that input buffers for the 152throttle() Notify the tty driver that input buffers for the
@@ -258,7 +258,7 @@ put_char() - Stuff a single character onto the queue. The
258 258
259flush_chars() - Ask the kernel to write put_char queue 259flush_chars() - Ask the kernel to write put_char queue
260 260
261write_room() - Return the number of characters tht can be stuffed 261write_room() - Return the number of characters that can be stuffed
262 into the port buffers without overflow (or less). 262 into the port buffers without overflow (or less).
263 The ldisc is responsible for being intelligent 263 The ldisc is responsible for being intelligent
264 about multi-threading of write_room/write calls 264 about multi-threading of write_room/write calls