projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab2404
)
Bluetooth: Fix a typo in Kconfig
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sun, 16 Feb 2020 11:20:31 +0000
(12:20 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 16 Feb 2020 12:29:58 +0000
(13:29 +0100)
'internface' has an extra 'n'.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/Kconfig
b/drivers/bluetooth/Kconfig
index f7aa2dc1ff8505bf2d12e9bf99673382e4407626..ca0356dbbb0857940997b3a695fae824cee2784a 100644
(file)
--- a/
drivers/bluetooth/Kconfig
+++ b/
drivers/bluetooth/Kconfig
@@
-216,7
+216,7
@@
config BT_HCIUART_RTL
select BT_RTL
help
The Realtek protocol support enables Bluetooth HCI over 3-Wire
- serial port inter
n
face for Realtek Bluetooth controllers.
+ serial port interface for Realtek Bluetooth controllers.
Say Y here to compile support for Realtek protocol.