Commit 5a6a3b0a authored by Zhu Jun's avatar Zhu Jun Committed by Greg Kroah-Hartman
Browse files

serial: mpc52xx: Fix typo in mpc52xx_uart.c

parent d828c672
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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