diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-04-12 03:59:29 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-12 07:25:33 -0400 |
commit | f98e5b80add20ec20b9a3e450c3378eb9a163848 (patch) | |
tree | e6f161e8898e087875808c8747d3073ac25a110f /drivers | |
parent | 900d18c79d0c4d8c33079c163c6b8c7d8b9c4db6 (diff) |
tty: fix typo in descripton of tty_termios_encode_baud_rate
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/tty_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/tty_ioctl.c b/drivers/tty/tty_ioctl.c index 1a1135d580a2..d73c593795a1 100644 --- a/drivers/tty/tty_ioctl.c +++ b/drivers/tty/tty_ioctl.c | |||
@@ -309,7 +309,7 @@ EXPORT_SYMBOL(tty_termios_input_baud_rate); | |||
309 | * @ospeed: output speed | 309 | * @ospeed: output speed |
310 | * | 310 | * |
311 | * Encode the speeds set into the passed termios structure. This is | 311 | * Encode the speeds set into the passed termios structure. This is |
312 | * used as a library helper for drivers os that they can report back | 312 | * used as a library helper for drivers so that they can report back |
313 | * the actual speed selected when it differs from the speed requested | 313 | * the actual speed selected when it differs from the speed requested |
314 | * | 314 | * |
315 | * For maximal back compatibility with legacy SYS5/POSIX *nix behaviour | 315 | * For maximal back compatibility with legacy SYS5/POSIX *nix behaviour |