aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/Kconfig
diff options
context:
space:
mode:
authorMoses Christopher <moseschristopherb@gmail.com>2019-05-18 12:03:41 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-20 10:49:08 +0200
commitcc9daca6e0ebd443ab1893f0d357fba1ce49bbeb (patch)
treeeb3bcb988a3461a0bc5c350cf01500ad1aed66d3 /drivers/staging/vt6655/Kconfig
parentstaging: rtl8723bs: use help instead of ---help--- in Kconfig (diff)
downloadlinux-dev-cc9daca6e0ebd443ab1893f0d357fba1ce49bbeb.tar.xz
linux-dev-cc9daca6e0ebd443ab1893f0d357fba1ce49bbeb.zip
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@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/Kconfig')
-rw-r--r--drivers/staging/vt6655/Kconfig5
1 files changed, 2 insertions, 3 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.