[PATCH] staging: vt665*: use help instead of ---help--- in Kconfig

From: MosesChristopher
Date: Sat Apr 20 2019 - 08:01:26 EST


From: Moses Christopher <moseschristopherb@xxxxxxxxx>

- Resolve the following warning from the Kconfig,
"WARNING: prefer 'help' over '---help---' for new help texts"
- Use 8space tab instead of 3space in vt6655/Kconfig

Signed-off-by: Moses Christopher <moseschristopherb@xxxxxxxxx>
---
drivers/staging/vt6655/Kconfig | 9 ++++-----
drivers/staging/vt6656/Kconfig | 4 ++--
2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/vt6655/Kconfig b/drivers/staging/vt6655/Kconfig
index 77cfc708c516..ed0cfc765677 100644
--- a/drivers/staging/vt6655/Kconfig
+++ b/drivers/staging/vt6655/Kconfig
@@ -1,6 +1,5 @@
config VT6655
- tristate "VIA Technologies VT6655 support"
- depends on PCI && MAC80211 && m
- ---help---
- This is a vendor-written driver for VIA VT6655.
-
+ tristate "VIA Technologies VT6655 support"
+ depends on PCI && MAC80211 && m
+ help
+ This is a vendor-written driver for VIA VT6655.
diff --git a/drivers/staging/vt6656/Kconfig b/drivers/staging/vt6656/Kconfig
index b602ef175d55..16b124ed23bc 100644
--- a/drivers/staging/vt6656/Kconfig
+++ b/drivers/staging/vt6656/Kconfig
@@ -2,6 +2,6 @@ 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.11.0