serial: 8250: 8250_omap: Fix spelling error.
authorRolf Evers-Fischer <rolf.evers.fischer@aptiv.com>
Wed, 6 Dec 2017 15:52:23 +0000 (16:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Dec 2017 19:27:44 +0000 (20:27 +0100)
Fixed a spelling error in a comment.

Signed-off-by: Rolf Evers-Fischer <rolf.evers.fischer@aptiv.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c

index bd40ba4024109ca98edb24dfa71c50fbfa0ab12a..57f6eba47f4419b88453e1415e2b674102fc94d6 100644 (file)
@@ -414,7 +414,7 @@ static void omap_8250_set_termios(struct uart_port *port,
        /* Up to here it was mostly serial8250_do_set_termios() */
 
        /*
-        * We enable TRIG_GRANU for RX and TX and additionaly we set
+        * We enable TRIG_GRANU for RX and TX and additionally we set
         * SCR_TX_EMPTY bit. The result is the following:
         * - RX_TRIGGER amount of bytes in the FIFO will cause an interrupt.
         * - less than RX_TRIGGER number of bytes will also cause an interrupt