mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
n_tty: update comment for WAKEUP_CHARS define
Give a better descriptions of what WAKEUP_CHARS represents. Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr> Acked-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4feb7a4a12
commit
a5db482640
@ -50,8 +50,10 @@
|
||||
#include <linux/ratelimit.h>
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
|
||||
/* number of characters left in xmit buffer before select has we have room */
|
||||
/*
|
||||
* Until this number of characters is queued in the xmit buffer, select will
|
||||
* return "we have room for writes".
|
||||
*/
|
||||
#define WAKEUP_CHARS 256
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user