Skip to content

Commit e7232d1

Browse files
jwrdegoedeholtmann
authored andcommitted
Bluetooth: btusb: Fix BT_HCIBTUSB_AUTOSUSPEND Kconfig option name
Fix: drivers/bluetooth/Kconfig:35:warning: multi-line strings not supported warning. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
1 parent eff2d68 commit e7232d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bluetooth/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ config BT_HCIBTUSB
3232
kernel or say M to compile it as module (btusb).
3333

3434
config BT_HCIBTUSB_AUTOSUSPEND
35-
bool "Enable USB autosuspend for Bluetooth USB devices by default.
35+
bool "Enable USB autosuspend for Bluetooth USB devices by default"
3636
depends on BT_HCIBTUSB
3737
help
3838
Say Y here to enable USB autosuspend for Bluetooth USB devices by

0 commit comments

Comments
 (0)