]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
serial: mpc52xx: Fix typo in mpc52xx_uart.c
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Tue, 3 Dec 2024 09:54:28 +0000 (01:54 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2024 15:41:58 +0000 (16:41 +0100)
The word 'accoding' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241203095428.8559-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mpc52xx_uart.c

index f55aa353aed9ee6273d10bce15eefbee45a76c0f..2204cc3e3b07d0c43b1c97c2cc16299783c6a06b 100644 (file)
@@ -1621,7 +1621,7 @@ mpc52xx_console_setup(struct console *co, char *options)
                 (void *)port->mapbase, port->membase,
                 port->irq, port->uartclk);
 
-       /* Setup the port parameters accoding to options */
+       /* Setup the port parameters according to options */
        if (options)
                uart_parse_options(options, &baud, &parity, &bits, &flow);
        else