From: Cezary Kierzyk Date: Sun, 27 Jan 2019 00:21:30 +0000 (+0000) Subject: staging: rtlwifi: replace ---help--- with help in Kconfig X-Git-Tag: v5.1-rc1~144^2~154 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6ffcce41782749038cd34e1724dff7d055606967;p=linux.git staging: rtlwifi: replace ---help--- with help in Kconfig This patch fixes the checkpatch.pl warning: WARNING: prefer 'help' over '---help---' for new help texts Signed-off-by: Cezary Kierzyk Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig index 7b4276f5c41f..28286a87a601 100644 --- a/drivers/staging/rtlwifi/Kconfig +++ b/drivers/staging/rtlwifi/Kconfig @@ -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.