Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/bluetooth/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Joe Perches and committed by
Adrian Bunk
b92b1c57 f66083c3

+1 -1
+1 -1
drivers/bluetooth/btuart_cs.c
··· 383 383 outb(lcr, iobase + UART_LCR); /* Set 8N1 */ 384 384 outb(fcr, iobase + UART_FCR); /* Enable FIFO's */ 385 385 386 - /* Turn on interrups */ 386 + /* Turn on interrupts */ 387 387 outb(UART_IER_RLSI | UART_IER_RDI | UART_IER_THRI, iobase + UART_IER); 388 388 389 389 spin_unlock_irqrestore(&(info->lock), flags);