drivers/bluetooth/: Spelling fixes
authorJoe Perches <joe@perches.com>
Sun, 3 Feb 2008 15:10:31 +0000 (17:10 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 15:10:31 +0000 (17:10 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/bluetooth/btuart_cs.c

index 08f48d577ababf1b38bb0cf4693a311922392a8e..dade1626865bcac133d5340d2b1049756a53a0d3 100644 (file)
@@ -383,7 +383,7 @@ static void btuart_change_speed(btuart_info_t *info, unsigned int speed)
        outb(lcr, iobase + UART_LCR);   /* Set 8N1  */
        outb(fcr, iobase + UART_FCR);   /* Enable FIFO's */
 
-       /* Turn on interrups */
+       /* Turn on interrupts */
        outb(UART_IER_RLSI | UART_IER_RDI | UART_IER_THRI, iobase + UART_IER);
 
        spin_unlock_irqrestore(&(info->lock), flags);