Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38e13929 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

[PATCH] Correct tty doc



This method died some time ago, so kill the doc for it.

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d2be8ee5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -80,13 +80,6 @@ receive_buf() - Hand buffers of bytes from the driver to the ldisc
			for processing. Semantics currently rather
			mysterious 8(

receive_room()	-	Can be called by the driver layer at any time when
			the ldisc is opened. The ldisc must be able to
			handle the reported amount of data at that instant.
			Synchronization between active receive_buf and
			receive_room calls is down to the driver not the
			ldisc. Must not sleep.

write_wakeup()	-	May be called at any point between open and close.
			The TTY_DO_WRITE_WAKEUP flag indicates if a call
			is needed but always races versus calls. Thus the