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

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>

authored by

Stephan Gabert and committed by
Marcel Holtmann
8ba8b4c0 8a2936f4

+6 -6
+6 -6
drivers/bluetooth/Kconfig
··· 30 30 help 31 31 Bluetooth HCI UART driver. 32 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 34 - UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card 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 35 35 adapter and BrainBoxes Bluetooth PC Card. 36 36 37 37 Say Y here to compile support for Bluetooth UART devices into the ··· 41 41 bool "UART (H4) protocol support" 42 42 depends on BT_HCIUART 43 43 help 44 - UART (H4) is serial protocol for communication between Bluetooth 45 - device and host. This protocol is required for most Bluetooth devices 46 - with UART interface, including PCMCIA and CF cards. 44 + UART (H4) is serial protocol for communication between Bluetooth 45 + device and host. This protocol is required for most Bluetooth devices 46 + with UART interface, including PCMCIA and CF cards. 47 47 48 48 Say Y here to compile support for HCI UART (H4) protocol. 49 49 ··· 52 52 depends on BT_HCIUART 53 53 select BITREVERSE 54 54 help 55 - BCSP (BlueCore Serial Protocol) is serial protocol for communication 55 + BCSP (BlueCore Serial Protocol) is serial protocol for communication 56 56 between Bluetooth device and host. This protocol is required for non 57 57 USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and 58 58 CF cards.