diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/Kconfig | 2 | ||||
-rw-r--r-- | drivers/char/amiserial.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index b1e9652c0d9d..30bae6de6a0d 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -692,7 +692,7 @@ config HVCS | |||
692 | this driver. | 692 | this driver. |
693 | 693 | ||
694 | To compile this driver as a module, choose M here: the | 694 | To compile this driver as a module, choose M here: the |
695 | module will be called hvcs.ko. Additionally, this module | 695 | module will be called hvcs. Additionally, this module |
696 | will depend on arch specific APIs exported from hvcserver.ko | 696 | will depend on arch specific APIs exported from hvcserver.ko |
697 | which will also be compiled when this driver is built as a | 697 | which will also be compiled when this driver is built as a |
698 | module. | 698 | module. |
diff --git a/drivers/char/amiserial.c b/drivers/char/amiserial.c index fd3ebd1be570..72429b6b2fa8 100644 --- a/drivers/char/amiserial.c +++ b/drivers/char/amiserial.c | |||
@@ -779,7 +779,7 @@ static void change_speed(struct async_struct *info, | |||
779 | info->IER |= UART_IER_MSI; | 779 | info->IER |= UART_IER_MSI; |
780 | } | 780 | } |
781 | /* TBD: | 781 | /* TBD: |
782 | * Does clearing IER_MSI imply that we should disbale the VBL interrupt ? | 782 | * Does clearing IER_MSI imply that we should disable the VBL interrupt ? |
783 | */ | 783 | */ |
784 | 784 | ||
785 | /* | 785 | /* |