Signed-off-by: Minjune Kim <infinite.minjune.kim@xxxxxxxxx> --- drivers/tty/ehv_bytechan.c | 4 ++-- drivers/tty/serial/68328serial.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tty/ehv_bytechan.c b/drivers/tty/ehv_bytechan.c index 342b36b..f944ff6 100644 --- a/drivers/tty/ehv_bytechan.c +++ b/drivers/tty/ehv_bytechan.c @@ -329,7 +329,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. */ @@ -429,7 +429,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. diff --git a/drivers/tty/serial/68328serial.c b/drivers/tty/serial/68328serial.c index 748c18f..9ad31c6 100644 --- a/drivers/tty/serial/68328serial.c +++ b/drivers/tty/serial/68328serial.c @@ -85,7 +85,7 @@ * at least at 115200 baud * * If your board is busy doing other stuff, you might consider to use - * RXRE (data ready intrrupt) instead. + * RXRE (data ready interrupt) instead. * * The other option is to make these INTR masks run-time configurable, so * that people can dynamically adapt them according to the current usage. -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html