mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
serial: mpc52xx: Fix typo in mpc52xx_uart.c
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>
This commit is contained in:
parent
d828c6726f
commit
5a6a3b0a52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue