[PATCH 4/5] serial: uniphier: fix typo in comment
Masahiro Yamada
yamada.masahiro at socionext.com
Thu Jul 30 11:28:07 CEST 2020
Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---
drivers/serial/serial_uniphier.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/serial/serial_uniphier.c b/drivers/serial/serial_uniphier.c
index 4004cb8d48a4..a098028ca001 100644
--- a/drivers/serial/serial_uniphier.c
+++ b/drivers/serial/serial_uniphier.c
@@ -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))
;
--
2.17.1
More information about the U-Boot
mailing list