linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Moses Christopher <moseschristopherb@gmail.com>
To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org
Cc: Larry.Finger@lwfinger.net, david.kershner@unisys.com,
	forest@alittletooquiet.net, davem@davemloft.net,
	ruxandra.radulescu@nxp.com, yangbo.lu@nxp.com, arnd@arndb.de,
	christian.gromm@microchip.com, insafonov@gmail.com,
	hdegoede@redhat.com, devel@driverdev.osuosl.org,
	sparmaintainer@unisys.com,
	Moses Christopher <moseschristopherb@gmail.com>
Subject: [PATCH v1 4/6] staging: rtl8188eu: use help instead of ---help--- in Kconfig
Date: Sat, 18 May 2019 12:03:39 +0530	[thread overview]
Message-ID: <20190518063341.11178-5-moseschristopherb@gmail.com> (raw)
In-Reply-To: <20190518063341.11178-1-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>
---
 drivers/staging/rtl8188eu/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/Kconfig b/drivers/staging/rtl8188eu/Kconfig
index 4f7ef287a0f2..970d5abd6336 100644
--- a/drivers/staging/rtl8188eu/Kconfig
+++ b/drivers/staging/rtl8188eu/Kconfig
@@ -8,7 +8,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.
 
@@ -17,7 +17,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.
-- 
2.17.1


  parent reply	other threads:[~2019-05-18  6:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-18  6:33 [PATCH v1 0/6] use help instead of ---help--- in Kconfig Moses Christopher
2019-05-18  6:33 ` [PATCH v1 1/6] staging: fsl-dpaa2: " Moses Christopher
2019-05-18  6:33 ` [PATCH v1 2/6] staging: most: " Moses Christopher
2019-05-18  6:33 ` [PATCH v1 3/6] staging: unisys: " Moses Christopher
2019-05-18  6:33 ` Moses Christopher [this message]
2019-05-18  6:33 ` [PATCH v1 5/6] staging: rtl8723bs: " Moses Christopher
2019-05-20  8:48   ` Greg KH
2019-05-18  6:33 ` [PATCH v1 6/6] staging: vt665*: " Moses Christopher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190518063341.11178-5-moseschristopherb@gmail.com \
    --to=moseschristopherb@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=arnd@arndb.de \
    --cc=christian.gromm@microchip.com \
    --cc=davem@davemloft.net \
    --cc=david.kershner@unisys.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=forest@alittletooquiet.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=insafonov@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ruxandra.radulescu@nxp.com \
    --cc=sparmaintainer@unisys.com \
    --cc=yangbo.lu@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).