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>
This commit is contained in:
Wentao Cai 2019-03-07 18:01:13 -08:00 committed by Greg Kroah-Hartman
parent 4068f661f6
commit e91dea57f3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
config MOST_USB
tristate "USB"
depends on USB && NET
---help---
help
Say Y here if you want to connect via USB to network tranceiver.
This device driver depends on the networking AIM.