From: WangYuli Date: Tue, 22 Jul 2025 07:34:29 +0000 (+0800) Subject: serial: 8250_dw: Fix typo "notifer" X-Git-Tag: v6.17-rc1~176^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8d455db2621ff5223416ead264f346d8164c92f;p=thirdparty%2Fkernel%2Fstable.git serial: 8250_dw: Fix typo "notifer" There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Reviewed-by: Andy Shevchenko Signed-off-by: WangYuli Link: https://lore.kernel.org/r/BD4804BF4FBA1648+20250722073431.21983-6-wangyuli@uniontech.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index 0a22f0cb8896e..a53ba04d97701 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -392,7 +392,7 @@ static void dw8250_set_termios(struct uart_port *p, struct ktermios *termios, rate = clk_round_rate(d->clk, newrate); if (rate > 0) { /* - * Note that any clock-notifer worker will block in + * Note that any clock-notifier worker will block in * serial8250_update_uartclk() until we are done. */ ret = clk_set_rate(d->clk, newrate);