lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 14 Nov 2017 14:36:22 -0500
From:   valdis.kletnieks@...edu
To:     Hans de Goede <hdegoede@...hat.com>,
        Marcel Holtmann <marcel@...tmann.org>
cc:     linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: linux-next: Kconfig warning in drivers/bluetooth/Kconfig

commit 86be3c232877b59f08561b256ff7e73ad39b0785
Author: Hans de Goede <hdegoede@...hat.com>
Date:   Mon Nov 13 14:44:16 2017 +0100

    Bluetooth: btusb: Add a Kconfig option to enable USB autosuspend by default

causes a warning message due to a missing double qupte:

drivers/bluetooth/Kconfig:35:warning: multi-line strings not supported

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@...edu>

---
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index eb4101aee787..b44ab176418e 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -32,7 +32,7 @@ config BT_HCIBTUSB
 	  kernel or say M to compile it as module (btusb).
 
 config BT_HCIBTUSB_AUTOSUSPEND
-	bool "Enable USB autosuspend for Bluetooth USB devices by default.
+	bool "Enable USB autosuspend for Bluetooth USB devices by default."
 	depends on BT_HCIBTUSB
 	help
 	  Say Y here to enable USB autosuspend for Bluetooth USB devices by

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ