diff options
author | Wentao Cai <etsai042@gmail.com> | 2019-03-07 18:01:13 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-18 07:05:22 +0100 |
commit | e91dea57f36cedb09bc168d91c71d22f7adbbad1 (patch) | |
tree | 799899eb93f0ba97b5a298533e77af1dd18b682b /drivers/staging/most | |
parent | 4068f661f6044a5321caea9190847fab5700494d (diff) |
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/Kconfig | 2 |
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. |