1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Moses Christopher 2019-05-18 12:03:41 +05:30 committed by Greg Kroah-Hartman
parent 6a478f6715
commit cc9daca6e0
2 changed files with 4 additions and 6 deletions

View File

@ -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.

View File

@ -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.