Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: 8250_dw: Fix typo "notifer"

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>

authored by

WangYuli and committed by
Greg Kroah-Hartman
a8d455db 48f9034e

+1 -1
+1 -1
drivers/tty/serial/8250/8250_dw.c
··· 392 392 rate = clk_round_rate(d->clk, newrate); 393 393 if (rate > 0) { 394 394 /* 395 - * Note that any clock-notifer worker will block in 395 + * Note that any clock-notifier worker will block in 396 396 * serial8250_update_uartclk() until we are done. 397 397 */ 398 398 ret = clk_set_rate(d->clk, newrate);