[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241203095428.8559-1-zhujun2@cmss.chinamobile.com>
Date: Tue, 3 Dec 2024 01:54:28 -0800
From: Zhu Jun <zhujun2@...s.chinamobile.com>
To: gregkh@...uxfoundation.org
Cc: jirislaby@...nel.org,
zhujun2@...s.chinamobile.com,
linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org
Subject: [PATCH] serial: mpc52xx: Fix typo in mpc52xx_uart.c
The word 'accoding' is wrong, so fix it.
Signed-off-by: Zhu Jun <zhujun2@...s.chinamobile.com>
---
drivers/tty/serial/mpc52xx_uart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c
index f55aa353a..2204cc3e3 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
--
2.17.1
Powered by blists - more mailing lists