From 2a4482bfae1999f7d9ed3ab5038b0340894e723b Mon Sep 17 00:00:00 2001 From: Moses Christopher Date: Sat, 18 May 2019 12:03:37 +0530 Subject: [PATCH] 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 --- drivers/staging/most/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0