diff options
author | Moses Christopher <moseschristopherb@gmail.com> | 2019-05-18 12:03:37 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-20 10:49:07 +0200 |
commit | 2a4482bfae1999f7d9ed3ab5038b0340894e723b (patch) | |
tree | f9ad0e0bb23ada7c9effc4c9b6a3678e4a744bf2 | |
parent | 30d8b6e18232b55d50bf032584bb0cbd2487d059 (diff) | |
download | linux-2a4482bfae1999f7d9ed3ab5038b0340894e723b.tar.bz2 |
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>
-rw-r--r-- | drivers/staging/most/Kconfig | 2 |
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 |