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

staging: most: usb: Change '--help--' to 'help' in Kconfig

Change '--help--' in Kconfig file to silence checkpatch.pl warning:
WARNING: prefer 'help' over '---help---' for new help texts

Signed-off-by: Wentao Cai <etsai042@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Wentao Cai and committed by
Greg Kroah-Hartman
e91dea57 4068f661

+1 -1
+1 -1
drivers/staging/most/usb/Kconfig
··· 5 5 config MOST_USB 6 6 tristate "USB" 7 7 depends on USB && NET 8 - ---help--- 8 + help 9 9 Say Y here if you want to connect via USB to network tranceiver. 10 10 This device driver depends on the networking AIM. 11 11