Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54549
b: refs/heads/master
c: 6309ed7
h: refs/heads/master
i:
  54547: bd9b686
v: v3
  • Loading branch information
Alan authored and Linus Torvalds committed May 8, 2007
1 parent bc16174 commit 31b9a57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3972b7f67bf1a352a4a4c350b2245d759a41ea06
refs/heads/master: 6309ed7cb2b0671b0db9386abc6307ec3108bbaa
4 changes: 3 additions & 1 deletion trunk/Documentation/tty.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ hardware driver through the function pointers within the tty->driver
structure:

write() Write a block of characters to the tty device.
Returns the number of characters accepted.
Returns the number of characters accepted. The
character buffer passed to this method is already
in kernel space.

put_char() Queues a character for writing to the tty device.
If there is no room in the queue, the character is
Expand Down

0 comments on commit 31b9a57

Please sign in to comment.