diff options
Diffstat (limited to 'drivers/char/tty_ioctl.c')
-rw-r--r-- | drivers/char/tty_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_ioctl.c b/drivers/char/tty_ioctl.c index 8e67d5c642a4..6bd5f8866c74 100644 --- a/drivers/char/tty_ioctl.c +++ b/drivers/char/tty_ioctl.c | |||
@@ -315,7 +315,7 @@ EXPORT_SYMBOL(tty_termios_input_baud_rate); | |||
315 | * For maximal back compatibility with legacy SYS5/POSIX *nix behaviour | 315 | * For maximal back compatibility with legacy SYS5/POSIX *nix behaviour |
316 | * we need to carefully set the bits when the user does not get the | 316 | * we need to carefully set the bits when the user does not get the |
317 | * desired speed. We allow small margins and preserve as much of possible | 317 | * desired speed. We allow small margins and preserve as much of possible |
318 | * of the input intent to keep compatiblity. | 318 | * of the input intent to keep compatibility. |
319 | * | 319 | * |
320 | * Locking: Caller should hold termios lock. This is already held | 320 | * Locking: Caller should hold termios lock. This is already held |
321 | * when calling this function from the driver termios handler. | 321 | * when calling this function from the driver termios handler. |