diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-24 10:29:41 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-10-25 12:05:32 -0400 |
commit | 46e99c4a1d57dc73e518466bb3a8da9e7094415e (patch) | |
tree | bb3e02170dcaeca6d15b5760c683ac12eeca1400 /drivers/tty/serial/bfin_uart.c | |
parent | fc0d1b93fe7b331448631c723cb19668c9027bf4 (diff) |
tty: Fix typo in tty drivers
Correct spelling typo in debug messages within tty drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty/serial/bfin_uart.c')
-rw-r--r-- | drivers/tty/serial/bfin_uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/bfin_uart.c b/drivers/tty/serial/bfin_uart.c index bd97db23985b..58913eecefe5 100644 --- a/drivers/tty/serial/bfin_uart.c +++ b/drivers/tty/serial/bfin_uart.c | |||
@@ -815,7 +815,7 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios, | |||
815 | lcr = WLS(5); | 815 | lcr = WLS(5); |
816 | break; | 816 | break; |
817 | default: | 817 | default: |
818 | printk(KERN_ERR "%s: word lengh not supported\n", | 818 | printk(KERN_ERR "%s: word length not supported\n", |
819 | __func__); | 819 | __func__); |
820 | } | 820 | } |
821 | 821 | ||