]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
tty: ehv_bytechan: fix spelling mistake
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Sun, 29 Oct 2017 06:50:10 +0000 (12:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Nov 2017 13:27:10 +0000 (14:27 +0100)
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>
drivers/tty/ehv_bytechan.c

index e951e7a0737d77a802d1b6ae3122be229541f4c3..47ac56817c43f53ff78faa5c12b79a3e8788d4ed 100644 (file)
@@ -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.