[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190518063341.11178-3-moseschristopherb@gmail.com>
Date: Sat, 18 May 2019 12:03:37 +0530
From: Moses Christopher <moseschristopherb@...il.com>
To: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Cc: Larry.Finger@...inger.net, david.kershner@...sys.com,
forest@...ttletooquiet.net, davem@...emloft.net,
ruxandra.radulescu@....com, yangbo.lu@....com, arnd@...db.de,
christian.gromm@...rochip.com, insafonov@...il.com,
hdegoede@...hat.com, devel@...verdev.osuosl.org,
sparmaintainer@...sys.com,
Moses Christopher <moseschristopherb@...il.com>
Subject: [PATCH v1 2/6] 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@...il.com>
---
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.17.1
Powered by blists - more mailing lists