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

serial: ma35d1: Fix spelling mistake "ononsole" -> "console"

There is a spelling mistake in a pr_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20231208102331.3267192-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
6b64f8e3 d54cbe1d

+1 -1
+1 -1
drivers/tty/serial/ma35d1_serial.c
··· 558 558 u32 ier; 559 559 560 560 if ((co->index < 0) || (co->index >= MA35_UART_NR)) { 561 - pr_warn("Failed to write on ononsole port %x, out of range\n", 561 + pr_warn("Failed to write on console port %x, out of range\n", 562 562 co->index); 563 563 return; 564 564 }