From: Moses Christopher Date: Sat, 18 May 2019 06:33:37 +0000 (+0530) Subject: staging: most: use help instead of ---help--- in Kconfig X-Git-Tag: v5.3-rc1~126^2~455 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a4482bfae1999f7d9ed3ab5038b0340894e723b;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/Kconfig b/drivers/staging/most/Kconfig index db32ea7d17436..8948d52464091 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