From: Zhu Jun Date: Tue, 3 Dec 2024 09:54:28 +0000 (-0800) Subject: serial: mpc52xx: Fix typo in mpc52xx_uart.c X-Git-Tag: v6.14-rc1~59^2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a6a3b0a526838d11afaa3f27501d7804faf3743;p=thirdparty%2Fkernel%2Flinux.git serial: mpc52xx: Fix typo in mpc52xx_uart.c The word 'accoding' is wrong, so fix it. Signed-off-by: Zhu Jun Link: https://lore.kernel.org/r/20241203095428.8559-1-zhujun2@cmss.chinamobile.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c index f55aa353aed9e..2204cc3e3b07d 100644 --- a/drivers/tty/serial/mpc52xx_uart.c +++ b/drivers/tty/serial/mpc52xx_uart.c @@ -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