summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-10-29 12:20:10 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-08 14:27:10 +0100
commit57f5d648c45c3d40a3257c06629c14fd53c383bc (patch)
treebd0c1228131589a20503af20be8d4228c730d321 /drivers/tty
parent9b11f19e414b1d1314ee581e8c1e084bced8e5cc (diff)
downloadop-kernel-dev-57f5d648c45c3d40a3257c06629c14fd53c383bc.zip
op-kernel-dev-57f5d648c45c3d40a3257c06629c14fd53c383bc.tar.gz
tty: ehv_bytechan: fix spelling mistake
Trivial fix to spelling mistakes "interupt" -> "interrupt". Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/ehv_bytechan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/ehv_bytechan.c b/drivers/tty/ehv_bytechan.c
index e951e7a..47ac568 100644
--- a/drivers/tty/ehv_bytechan.c
+++ b/drivers/tty/ehv_bytechan.c
@@ -325,7 +325,7 @@ console_initcall(ehv_bc_console_init);
/******************************** TTY DRIVER ********************************/
/*
- * byte channel receive interupt handler
+ * byte channel receive interrupt handler
*
* This ISR is called whenever data is available on a byte channel.
*/
@@ -425,7 +425,7 @@ static void ehv_bc_tx_dequeue(struct ehv_bc_data *bc)
}
/*
- * byte channel transmit interupt handler
+ * byte channel transmit interrupt handler
*
* This ISR is called whenever space becomes available for transmitting
* characters on a byte channel.
OpenPOWER on IntegriCloud