diff options
author | Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> | 2018-10-08 11:56:00 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-10-13 19:04:45 +0200 |
commit | db62abe51853e2fb3853bd1c3a3f7050cacaa239 (patch) | |
tree | d26b44706f2cf9aa9763d943fae1741423784ce5 /drivers/net/wireless/quantenna/Kconfig | |
parent | libertas: return errno from lbs_add_card() (diff) | |
download | linux-db62abe51853e2fb3853bd1c3a3f7050cacaa239.tar.xz linux-db62abe51853e2fb3853bd1c3a3f7050cacaa239.zip |
qtnfmac: use 'help' in Kconfig
Fix checkpatch warning: use preferred 'help' option in Kconfig.
Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/quantenna/Kconfig')
-rw-r--r-- | drivers/net/wireless/quantenna/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/quantenna/Kconfig b/drivers/net/wireless/quantenna/Kconfig index de84ce125c26..7628d9c1ea6a 100644 --- a/drivers/net/wireless/quantenna/Kconfig +++ b/drivers/net/wireless/quantenna/Kconfig @@ -1,7 +1,7 @@ config WLAN_VENDOR_QUANTENNA bool "Quantenna wireless cards support" default y - ---help--- + help If you have a wireless card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the |