All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wentao Cai <etsai042@gmail.com>
To: gregkh@linuxfoundation.org
Cc: outreachy-kernel@googlegroups.com, Wentao Cai <etsai042@gmail.com>
Subject: [PATCH 1/5] Staging: most: cdev: Replace '--help--' with 'help'
Date: Mon, 11 Mar 2019 08:01:04 -0700	[thread overview]
Message-ID: <20190311150108.4717-2-etsai042@gmail.com> (raw)
In-Reply-To: <20190311150108.4717-1-etsai042@gmail.com>

Replace '--help--' with 'help' in Kconfig to silence checkpatch.pl warning:
WARNING: prefer 'help' over '---help---' for new help texts

Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
 drivers/staging/most/cdev/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/cdev/Kconfig b/drivers/staging/most/cdev/Kconfig
index 2b04e26bcbea..2e27e1fce58d 100644
--- a/drivers/staging/most/cdev/Kconfig
+++ b/drivers/staging/most/cdev/Kconfig
@@ -5,7 +5,7 @@
 config MOST_CDEV
 	tristate "Cdev"
 
-	---help---
+	help
 	  Say Y here if you want to commumicate via character devices.
 
 	  To compile this driver as a module, choose M here: the
-- 
2.11.0



  reply	other threads:[~2019-03-11 15:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-11 15:01 [PATCH 0/5] Staging: most: Replace '--help--' in Kconfig file Wentao Cai
2019-03-11 15:01 ` Wentao Cai [this message]
2019-03-11 15:01 ` [PATCH 2/5] Staging: most: i2c: Replace '--help--' in Kconfig Wentao Cai
2019-03-11 15:01 ` [PATCH 3/5] Staging: most: net: " Wentao Cai
2019-03-11 15:01 ` [PATCH 4/5] Staging: most: sound: Replace '--help--' in Kconfig file Wentao Cai
2019-03-11 15:01 ` [PATCH 5/5] Staging: most: video: Replace '--help--' in Kconfig Wentao Cai
2019-03-11 15:05 ` [Outreachy kernel] [PATCH 0/5] Staging: most: Replace '--help--' in Kconfig file Julia Lawall
2019-03-11 15:10   ` etsai042

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=20190311150108.4717-2-etsai042@gmail.com \
    --to=etsai042@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.