summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
diff options
context:
space:
mode:
authorWentao Cai <etsai042@gmail.com>2019-03-07 18:01:13 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-18 07:05:22 +0100
commite91dea57f36cedb09bc168d91c71d22f7adbbad1 (patch)
tree799899eb93f0ba97b5a298533e77af1dd18b682b /drivers/staging/most
parent4068f661f6044a5321caea9190847fab5700494d (diff)
downloadlinux-e91dea57f36cedb09bc168d91c71d22f7adbbad1.tar.bz2
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>
Diffstat (limited to 'drivers/staging/most')
-rw-r--r--drivers/staging/most/usb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/usb/Kconfig b/drivers/staging/most/usb/Kconfig
index ebbdb573a9a6..539b38fb3d88 100644
--- a/drivers/staging/most/usb/Kconfig
+++ b/drivers/staging/most/usb/Kconfig
@@ -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.