diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-03-11 11:23:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-17 16:13:23 -0700 |
commit | 02088ca63b2de4f7eb575c46fc9ff3d60775b07f (patch) | |
tree | 8b3b2f55a30d9d8084142276ab65ba8c81f439d3 /drivers/tty | |
parent | 74be65a3cff5d31fcec6022de091193ae72271ca (diff) | |
download | op-kernel-dev-02088ca63b2de4f7eb575c46fc9ff3d60775b07f.zip op-kernel-dev-02088ca63b2de4f7eb575c46fc9ff3d60775b07f.tar.gz |
serial_core: Spelling s/contro/control/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/serial_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c index 8ece7f1..55dd487 100644 --- a/drivers/tty/serial/serial_core.c +++ b/drivers/tty/serial/serial_core.c @@ -1762,7 +1762,7 @@ uart_get_console(struct uart_port *ports, int nr, struct console *co) } /** - * uart_parse_options - Parse serial port baud/parity/bits/flow contro. + * uart_parse_options - Parse serial port baud/parity/bits/flow control. * @options: pointer to option string * @baud: pointer to an 'int' variable for the baud rate. * @parity: pointer to an 'int' variable for the parity. |