lkml.org 
[lkml]   [2019]   [Apr]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] staging: vt665*: use help instead of ---help--- in Kconfig
Date
From: Moses Christopher <moseschristopherb@gmail.com>

- 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@gmail.com>
---
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
\
 
 \ /
  Last update: 2019-04-20 14:03    [W:0.027 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site