Commit 6b64f8e3 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

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

There is a spelling mistake in a pr_warn message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20231208102331.3267192-1-colin.i.king@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d54cbe1d
......@@ -558,7 +558,7 @@ static void ma35d1serial_console_write(struct console *co, const char *s, u32 co
u32 ier;
if ((co->index < 0) || (co->index >= MA35_UART_NR)) {
pr_warn("Failed to write on ononsole port %x, out of range\n",
pr_warn("Failed to write on console port %x, out of range\n",
co->index);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment