projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66083c
)
drivers/bluetooth/: Spelling fixes
author
Joe Perches
<joe@perches.com>
Sun, 3 Feb 2008 15:10:31 +0000
(17:10 +0200)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btuart_cs.c
b/drivers/bluetooth/btuart_cs.c
index 08f48d577ababf1b38bb0cf4693a311922392a8e..dade1626865bcac133d5340d2b1049756a53a0d3 100644
(file)
--- a/
drivers/bluetooth/btuart_cs.c
+++ b/
drivers/bluetooth/btuart_cs.c
@@
-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 interrup
t
s */
outb(UART_IER_RLSI | UART_IER_RDI | UART_IER_THRI, iobase + UART_IER);
spin_unlock_irqrestore(&(info->lock), flags);