serial: 8250_dw: Fix the trivial typo in the comment
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 Oct 2021 13:45:29 +0000 (16:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Oct 2021 13:22:06 +0000 (15:22 +0200)
Fix the trivial typo in the comment: Premilinary --> Preliminary.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211005134529.23256-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c

index cc91cb0..b7d6c06 100644 (file)
@@ -338,7 +338,7 @@ static void dw8250_set_termios(struct uart_port *p, struct ktermios *termios,
        rate = clk_round_rate(d->clk, newrate);
        if (rate > 0) {
                /*
-                * Premilinary set the uartclk to the new clock rate so the
+                * Preliminary set the uartclk to the new clock rate so the
                 * clock update event handler caused by the clk_set_rate()
                 * calling wouldn't actually update the UART divisor since
                 * we about to do this anyway.