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>
This commit is contained in:
parent
0946efc225
commit
0eb9da9cf2
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ static void dw8250_set_termios(struct uart_port *p, struct ktermios *termios,
|
||||||
rate = clk_round_rate(d->clk, newrate);
|
rate = clk_round_rate(d->clk, newrate);
|
||||||
if (rate > 0) {
|
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()
|
* clock update event handler caused by the clk_set_rate()
|
||||||
* calling wouldn't actually update the UART divisor since
|
* calling wouldn't actually update the UART divisor since
|
||||||
* we about to do this anyway.
|
* we about to do this anyway.
|
||||||
|
|
Loading…
Add table
Reference in a new issue