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

Kconfig: replace "--- help ---" with "---help---"

There are three Kconfig entries with "--- help ---" attributes, and over
2000 Kconfig entries with "---help---" attributes. Apparently the three
attributes with embedded spaces are valid. Still, I see little reason
for using this obscure variant. And replacing those three attributes
with the common variant makes grepping Kconfig files for help texts a
bit easier too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
d132d7f6 e1d20601

+3 -3
+1 -1
drivers/usb/host/Kconfig
··· 152 152 bool "EHCI support for OMAP3 and later chips" 153 153 depends on USB_EHCI_HCD && ARCH_OMAP 154 154 default y 155 - --- help --- 155 + ---help--- 156 156 Enables support for the on-chip EHCI controller on 157 157 OMAP3 and later chips. 158 158
+1 -1
drivers/w1/Kconfig
··· 16 16 depends on CONNECTOR 17 17 bool "Userspace communication over connector" 18 18 default y 19 - --- help --- 19 + ---help--- 20 20 This allows to communicate with userspace using connector. For more 21 21 information see <file:Documentation/connector/connector.txt>. 22 22 There are three types of messages between w1 core and userspace:
+1 -1
net/caif/Kconfig
··· 25 25 bool "Enable Debug" 26 26 depends on CAIF 27 27 default n 28 - --- help --- 28 + ---help--- 29 29 Enable the inclusion of debug code in the CAIF stack. 30 30 Be aware that doing this will impact performance. 31 31 If unsure say N.