diff options
author | Moses Christopher <moseschristopherb@gmail.com> | 2019-05-18 12:03:41 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-20 10:49:08 +0200 |
commit | cc9daca6e0ebd443ab1893f0d357fba1ce49bbeb (patch) | |
tree | eb3bcb988a3461a0bc5c350cf01500ad1aed66d3 /drivers/staging/vt6656 | |
parent | 6a478f6715c11d17696e4e67207e02af754bf278 (diff) |
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/vt6656')
-rw-r--r-- | drivers/staging/vt6656/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
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. |