diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index ecb3d1ba3017..9fdc3d84baad 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -206,8 +206,8 @@ struct tty_port { | |||
206 | unsigned long flags; /* TTY flags ASY_*/ | 206 | unsigned long flags; /* TTY flags ASY_*/ |
207 | struct mutex mutex; /* Locking */ | 207 | struct mutex mutex; /* Locking */ |
208 | unsigned char *xmit_buf; /* Optional buffer */ | 208 | unsigned char *xmit_buf; /* Optional buffer */ |
209 | int close_delay; /* Close port delay */ | 209 | unsigned int close_delay; /* Close port delay */ |
210 | int closing_wait; /* Delay for output */ | 210 | unsigned int closing_wait; /* Delay for output */ |
211 | int drain_delay; /* Set to zero if no pure time | 211 | int drain_delay; /* Set to zero if no pure time |
212 | based drain is needed else | 212 | based drain is needed else |
213 | set to size of fifo */ | 213 | set to size of fifo */ |