staging: rtlwifi: replace ---help--- with help in Kconfig
authorCezary Kierzyk <virdipravum.n008d3v@gmail.com>
Sun, 27 Jan 2019 00:21:30 +0000 (00:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jan 2019 14:38:50 +0000 (15:38 +0100)
This patch fixes the checkpatch.pl warning:

WARNING: prefer 'help' over '---help---' for new help texts

Signed-off-by: Cezary Kierzyk <virdipravum.n008d3v@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/Kconfig

index 7b4276f..28286a8 100644 (file)
@@ -2,7 +2,7 @@ config R8822BE
        tristate "Realtek RTL8822BE Wireless Network Adapter"
        depends on PCI && MAC80211 && m
        select FW_LOADER
-       ---help---
+       help
        This is the staging driver for Realtek RTL8822BE 802.11ac PCIe
        wireless network adapters.