]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Clarify documentation of ->write()
authorAlan <alan@lxorguk.ukuu.org.uk>
Tue, 8 May 2007 07:24:21 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:14:59 +0000 (11:14 -0700)
commit0a3a08f6b1055f1d7df66a65d2cf04ad57dba080
treeb310c894dc328348b82b6fce109a686ff55abe2c
parent8bd52321bfb55f165b616bdbdd6fd43d156ae096
tty: Clarify documentation of ->write()

The tty driver write method is different to the usual fops device write
methods as the buffer is already in kernel space. Clarify the docs since
someone writing a driver made that mistake.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/tty.txt