Re: [PATCH] [trivial] tty: Fix typo in tty drivers

From: Alan Cox
Date: Wed Oct 24 2012 - 11:54:15 EST


> +++ b/drivers/tty/serial/bfin_uart.c
> @@ -815,7 +815,7 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios,
> lcr = WLS(5);
> break;
> default:
> - printk(KERN_ERR "%s: word lengh not supported\n",
> + printk(KERN_ERR "%s: word length not supported\n",
> __func__);

Looks fine me although the bfin_uart one should just be picking a
suitable bit length and reporting back the one it uses not printing
errors 8)

Acked-by: Alan Cox <alan@xxxxxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/