[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190518063341.11178-7-moseschristopherb@gmail.com>
Date: Sat, 18 May 2019 12:03:41 +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 6/6] staging: vt665*: 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/vt6655/Kconfig | 5 ++---
drivers/staging/vt6656/Kconfig | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/vt6655/Kconfig b/drivers/staging/vt6655/Kconfig
index e4b224fedf5b..d1cd5de46dcf 100644
--- a/drivers/staging/vt6655/Kconfig
+++ b/drivers/staging/vt6655/Kconfig
@@ -2,6 +2,5 @@
config VT6655
tristate "VIA Technologies VT6655 support"
depends on PCI && MAC80211 && m
- ---help---
- This is a vendor-written driver for VIA VT6655.
-
+ help
+ This is a vendor-written driver for VIA VT6655.
diff --git a/drivers/staging/vt6656/Kconfig b/drivers/staging/vt6656/Kconfig
index 51e295265ba6..f52a3f1d9a2e 100644
--- a/drivers/staging/vt6656/Kconfig
+++ b/drivers/staging/vt6656/Kconfig
@@ -3,6 +3,5 @@ config VT6656
tristate "VIA Technologies VT6656 support"
depends on MAC80211 && USB && WLAN && m
select FW_LOADER
- ---help---
- This is a vendor-written driver for VIA VT6656.
-
+ help
+ This is a vendor-written driver for VIA VT6656.
--
2.17.1
Powered by blists - more mailing lists