Skip to content

Commit

Permalink
tty: doc: Fix grammar in serial/tty
Browse files Browse the repository at this point in the history
Correct spelling typos in serial/tty

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Richard Genoud authored and Jiri Kosina committed Sep 4, 2014
1 parent f9134be commit 83ee73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/serial/tty.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ set_termios() Notify the tty driver that the device's termios
driver function is responsible for modifying any
bits in the request it cannot fulfill to indicate
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.

throttle() Notify the tty driver that input buffers for the
Expand Down Expand Up @@ -258,7 +258,7 @@ put_char() - Stuff a single character onto the queue. The

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).
The ldisc is responsible for being intelligent
about multi-threading of write_room/write calls
Expand Down

0 comments on commit 83ee73c

Please sign in to comment.