Commit 2a4482bf authored by Moses Christopher's avatar Moses Christopher Committed by Greg Kroah-Hartman
Browse files

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: default avatarMoses Christopher <moseschristopherb@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 30d8b6e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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