From 5cda34e6f52b09c4d78415270ddfc15dff2852f6 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 10 Feb 2016 16:52:03 +1030 Subject: [PATCH] serial/aspeed-vuart: Fix typo Signed-off-by: Joel Stanley --- drivers/tty/serial/aspeed-vuart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/aspeed-vuart.c b/drivers/tty/serial/aspeed-vuart.c index a56d3a9a7e134..f34884ac90636 100644 --- a/drivers/tty/serial/aspeed-vuart.c +++ b/drivers/tty/serial/aspeed-vuart.c @@ -156,7 +156,7 @@ static void ast_vuart_setup(struct ast_vuart *vuart) /** - * The device tree parsinc code here is heavily based on that of the of_serial + * The device tree parsing code here is heavily based on that of the of_serial * driver, but we have a few core differences, as we need to use our own * ioremapping for extra register support */