]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
serial: ma35d1: Fix spelling mistake "ononsole" -> "console"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 8 Dec 2023 10:23:31 +0000 (10:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Dec 2023 13:23:30 +0000 (14:23 +0100)
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>
drivers/tty/serial/ma35d1_serial.c

index b4dcbd0c95bfde48807984870ae8fbcd6cc7ae16..19f0a305cc43023f092369d96bec49feec3fa875 100644 (file)
@@ -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;
        }