]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
serial: 8250_dw: Fix typo "notifer"
authorWangYuli <wangyuli@uniontech.com>
Tue, 22 Jul 2025 07:34:29 +0000 (15:34 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2025 16:52:37 +0000 (18:52 +0200)
There is a spelling mistake of 'notifer' in the comment which
should be 'notifier'.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Link: https://lore.kernel.org/r/BD4804BF4FBA1648+20250722073431.21983-6-wangyuli@uniontech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c

index 0a22f0cb8896e81ba79de9c3edf29907b28c9011..a53ba04d97701239bb1d8bec37dd41be7dc8a071 100644 (file)
@@ -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);