diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-10-05 15:45:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-10 15:22:06 +0200 |
commit | 0eb9da9cf20184bdc16729e690ba38e0a2922d81 (patch) | |
tree | 0cc4e1b0bd36e5988b8bace6d6ba0de36cd42e41 /drivers/tty/serial | |
parent | serial: 8250_dw: Re-use temporary variable for of_node (diff) | |
download | linux-0eb9da9cf20184bdc16729e690ba38e0a2922d81.tar.xz linux-0eb9da9cf20184bdc16729e690ba38e0a2922d81.zip |
serial: 8250_dw: Fix the trivial typo in the comment
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>
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r-- | drivers/tty/serial/8250/8250_dw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index cc91cb0ce08f..b7d6c0674a8f 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -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. |