Messages in this thread |  | | Subject | Re: [PATCH] staging: rtl8*: use help instead of ---help--- in Kconfig | From | Larry Finger <> | Date | Sat, 20 Apr 2019 12:00:53 -0500 |
| |
On 4/20/19 6:37 AM, MosesChristopher wrote: > From: Moses Christopher <moseschristopherb@gmail.com> > > - Resolve the following warning from the Kconfig, > "WARNING: prefer 'help' over '---help---' for new help texts" > > Signed-off-by: Moses Christopher <moseschristopherb@gmail.com>
I have never seen this warning, but your Kconfig may be newer than mine. In any case, the changes are harmless.
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
> --- > drivers/staging/rtl8188eu/Kconfig | 4 ++-- > drivers/staging/rtl8192e/Kconfig | 8 ++++---- > drivers/staging/rtl8712/Kconfig | 4 ++-- > drivers/staging/rtl8723bs/Kconfig | 2 +- > 4 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/drivers/staging/rtl8188eu/Kconfig b/drivers/staging/rtl8188eu/Kconfig > index ff7832798a77..3f8c655856bf 100644 > --- a/drivers/staging/rtl8188eu/Kconfig > +++ b/drivers/staging/rtl8188eu/Kconfig > @@ -7,7 +7,7 @@ config R8188EU > select LIB80211 > select LIB80211_CRYPT_WEP > select LIB80211_CRYPT_CCMP > - ---help--- > + help > This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N. > If built as a module, it will be called r8188eu. > > @@ -16,7 +16,7 @@ if R8188EU > config 88EU_AP_MODE > bool "Realtek RTL8188EU AP mode" > default y > - ---help--- > + help > This option enables Access Point mode. Unless you know that your system > will never be used as an AP, or the target system has limited memory, > "Y" should be selected. > diff --git a/drivers/staging/rtl8192e/Kconfig b/drivers/staging/rtl8192e/Kconfig > index 4602a47cdb4a..aa571c12678f 100644 > --- a/drivers/staging/rtl8192e/Kconfig > +++ b/drivers/staging/rtl8192e/Kconfig > @@ -3,7 +3,7 @@ config RTLLIB > depends on WLAN && m > default n > select LIB80211 > - ---help--- > + help > If you have a wireless card that uses rtllib, say > Y. Currently the only card is the rtl8192e. > > @@ -16,7 +16,7 @@ config RTLLIB_CRYPTO_CCMP > depends on RTLLIB > select CRYPTO_AES > default y > - ---help--- > + help > CCMP crypto driver for rtllib. > > If you enabled RTLLIB, you want this. > @@ -27,7 +27,7 @@ config RTLLIB_CRYPTO_TKIP > select CRYPTO_ARC4 > select CRYPTO_MICHAEL_MIC > default y > - ---help--- > + help > TKIP crypto driver for rtllib. > > If you enabled RTLLIB, you want this. > @@ -37,7 +37,7 @@ config RTLLIB_CRYPTO_WEP > select CRYPTO_ARC4 > depends on RTLLIB > default y > - ---help--- > + help > TKIP crypto driver for rtllib. > > If you enabled RTLLIB, you want this. > diff --git a/drivers/staging/rtl8712/Kconfig b/drivers/staging/rtl8712/Kconfig > index f160eee52f09..b377d90742db 100644 > --- a/drivers/staging/rtl8712/Kconfig > +++ b/drivers/staging/rtl8712/Kconfig > @@ -4,14 +4,14 @@ config R8712U > select WIRELESS_EXT > select WEXT_PRIV > select FW_LOADER > - ---help--- > + help > This option adds the Realtek RTL8712 USB device such as the D-Link DWA-130. > If built as a module, it will be called r8712u. > > config R8712_TX_AGGR > bool "Realtek RTL8712U Transmit Aggregation code" > depends on R8712U && BROKEN > - ---help--- > + help > This option provides transmit aggregation for the Realtek RTL8712 USB device. > > > diff --git a/drivers/staging/rtl8723bs/Kconfig b/drivers/staging/rtl8723bs/Kconfig > index deae0427ba6c..41ad6ed24860 100644 > --- a/drivers/staging/rtl8723bs/Kconfig > +++ b/drivers/staging/rtl8723bs/Kconfig > @@ -4,7 +4,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. >
|  |