diff options
author | Stephan Gabert <stephan.gabert@fau.de> | 2014-06-16 12:52:25 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-07-03 11:42:43 -0400 |
commit | 8ba8b4c05c3562d771fbfd2e7ee5648b41f04a9d (patch) | |
tree | c6b2131bbb90c1ed9cfbbf99d9be7df18ccc8ec5 /drivers/bluetooth/Kconfig | |
parent | 8a2936f44ad53ce4e734a0a0cc5bedc57711e87c (diff) |
Bluetooth: Remove trailing whitespaces from Kconfig
Fixed a coding style issue. Removed trailing whitespaces in
drivers/bluetooth/Kconfig.
Signed-off-by: Stephan Gabert <stephan.gabert@fau.de>
Signed-off-by: Nicolas Pfeiffer <nicolas.pfeiffer@fau.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index f5ce64e03fd7..fa7fd62ddffa 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig | |||
@@ -30,8 +30,8 @@ config BT_HCIUART | |||
30 | help | 30 | help |
31 | Bluetooth HCI UART driver. | 31 | Bluetooth HCI UART driver. |
32 | This driver is required if you want to use Bluetooth devices with | 32 | This driver is required if you want to use Bluetooth devices with |
33 | serial port interface. You will also need this driver if you have | 33 | serial port interface. You will also need this driver if you have |
34 | UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card | 34 | UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card |
35 | adapter and BrainBoxes Bluetooth PC Card. | 35 | adapter and BrainBoxes Bluetooth PC Card. |
36 | 36 | ||
37 | Say Y here to compile support for Bluetooth UART devices into the | 37 | Say Y here to compile support for Bluetooth UART devices into the |
@@ -41,9 +41,9 @@ config BT_HCIUART_H4 | |||
41 | bool "UART (H4) protocol support" | 41 | bool "UART (H4) protocol support" |
42 | depends on BT_HCIUART | 42 | depends on BT_HCIUART |
43 | help | 43 | help |
44 | UART (H4) is serial protocol for communication between Bluetooth | 44 | UART (H4) is serial protocol for communication between Bluetooth |
45 | device and host. This protocol is required for most Bluetooth devices | 45 | device and host. This protocol is required for most Bluetooth devices |
46 | with UART interface, including PCMCIA and CF cards. | 46 | with UART interface, including PCMCIA and CF cards. |
47 | 47 | ||
48 | Say Y here to compile support for HCI UART (H4) protocol. | 48 | Say Y here to compile support for HCI UART (H4) protocol. |
49 | 49 | ||
@@ -52,7 +52,7 @@ config BT_HCIUART_BCSP | |||
52 | depends on BT_HCIUART | 52 | depends on BT_HCIUART |
53 | select BITREVERSE | 53 | select BITREVERSE |
54 | help | 54 | help |
55 | BCSP (BlueCore Serial Protocol) is serial protocol for communication | 55 | BCSP (BlueCore Serial Protocol) is serial protocol for communication |
56 | between Bluetooth device and host. This protocol is required for non | 56 | between Bluetooth device and host. This protocol is required for non |
57 | USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and | 57 | USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and |
58 | CF cards. | 58 | CF cards. |