summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-02-10 09:22:03 +0300
committerJoel Stanley <joel@jms.id.au>2016-02-10 09:22:03 +0300
commit5cda34e6f52b09c4d78415270ddfc15dff2852f6 (patch)
treeb032a861c1112e6fec1ece6aa981e1d1b77320fc
parent558a38dc28c4423caded7431d957717530326f0b (diff)
downloadlinux-openbmc-20160210-1.tar.xz
serial/aspeed-vuart: Fix typoopenbmc-20160210-1
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--drivers/tty/serial/aspeed-vuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/aspeed-vuart.c b/drivers/tty/serial/aspeed-vuart.c
index a56d3a9a7e13..f34884ac9063 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
*/