serial: uniphier: fix typo in comment

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2020-07-30 18:28:07 +09:00
parent 055e5ad287
commit 26f0c8600e

View File

@ -137,7 +137,7 @@ static int uniphier_serial_probe(struct udevice *dev)
priv->uartclk = clk_data->clk_rate; priv->uartclk = clk_data->clk_rate;
/* flush the trasmitter empty before changing hw setting */ /* flush the trasmitter before changing hw setting */
while (!(readl(priv->membase + UNIPHIER_UART_LSR) & UART_LSR_TEMT)) while (!(readl(priv->membase + UNIPHIER_UART_LSR) & UART_LSR_TEMT))
; ;