Skip to content

Commit a8d455d

Browse files
Avenger-285714gregkh
authored andcommitted
serial: 8250_dw: Fix typo "notifer"
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: WangYuli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 48f9034 commit a8d455d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/8250/8250_dw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ static void dw8250_set_termios(struct uart_port *p, struct ktermios *termios,
392392
rate = clk_round_rate(d->clk, newrate);
393393
if (rate > 0) {
394394
/*
395-
* Note that any clock-notifer worker will block in
395+
* Note that any clock-notifier worker will block in
396396
* serial8250_update_uartclk() until we are done.
397397
*/
398398
ret = clk_set_rate(d->clk, newrate);

0 commit comments

Comments
 (0)