From: Moses Christopher Date: Sat, 18 May 2019 06:33:40 +0000 (+0530) Subject: staging: rtl8723bs: use help instead of ---help--- in Kconfig X-Git-Tag: v5.3-rc1~126^2~452 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a478f6715c11d17696e4e67207e02af754bf278;p=thirdparty%2Fkernel%2Flinux.git staging: rtl8723bs: 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/Kconfig b/drivers/staging/rtl8723bs/Kconfig index 744091d46f4c9..a88467334dacc 100644 --- a/drivers/staging/rtl8723bs/Kconfig +++ b/drivers/staging/rtl8723bs/Kconfig @@ -5,7 +5,7 @@ config RTL8723BS depends on m select WIRELESS_EXT select WEXT_PRIV - ---help--- + help This option enables support for RTL8723BS SDIO drivers, such as the wifi found on the 1st gen Intel Compute Stick, the CHIP and many other Intel Atom and ARM based devices.