serial: uniphier: fix typo in comment
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 30 Jul 2020 09:28:07 +0000 (18:28 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 17 Aug 2020 17:01:14 +0000 (02:01 +0900)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/serial/serial_uniphier.c

index 4004cb8..a098028 100644 (file)
@@ -137,7 +137,7 @@ static int uniphier_serial_probe(struct udevice *dev)
 
        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))
                ;