staging: most: use help instead of ---help--- in Kconfig
authorMoses Christopher <moseschristopherb@gmail.com>
Sat, 18 May 2019 06:33:37 +0000 (12:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 08:49:07 +0000 (10:49 +0200)
  - 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>
drivers/staging/most/Kconfig

index db32ea7..8948d52 100644 (file)
@@ -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