summaryrefslogtreecommitdiff
path: root/drivers/staging/most
diff options
context:
space:
mode:
authorMoses Christopher <moseschristopherb@gmail.com>2019-05-18 12:03:37 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-20 10:49:07 +0200
commit2a4482bfae1999f7d9ed3ab5038b0340894e723b (patch)
treef9ad0e0bb23ada7c9effc4c9b6a3678e4a744bf2 /drivers/staging/most
parent30d8b6e18232b55d50bf032584bb0cbd2487d059 (diff)
staging: most: use help instead of ---help--- in Kconfig
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts Signed-off-by: Moses Christopher <moseschristopherb@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most')
-rw-r--r--drivers/staging/most/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/Kconfig b/drivers/staging/most/Kconfig
index db32ea7d1743..8948d5246409 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -3,7 +3,7 @@ menuconfig MOST
tristate "MOST support"
depends on HAS_DMA && CONFIGFS_FS
default n
- ---help---
+ help
Say Y here if you want to enable MOST support.
This driver needs at least one additional component to enable the
desired access from userspace (e.g. character devices) and one that