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>
This commit is contained in:
Arvind Yadav 2017-10-29 12:20:10 +05:30 committed by Greg Kroah-Hartman
parent 9b11f19e41
commit 57f5d648c4

View File

@ -325,7 +325,7 @@ console_initcall(ehv_bc_console_init);
/******************************** TTY DRIVER ********************************/ /******************************** TTY DRIVER ********************************/
/* /*
* byte channel receive interupt handler * byte channel receive interrupt handler
* *
* This ISR is called whenever data is available on a byte channel. * 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 * This ISR is called whenever space becomes available for transmitting
* characters on a byte channel. * characters on a byte channel.