linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: netlogic: replace ---help--- with help in Kconfig
@ 2019-01-20 16:10 Bharath Vedartham
  2019-01-22 10:31 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Bharath Vedartham @ 2019-01-20 16:10 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

This patch fixes the checkpatch.pl warning:

WARNING: prefer 'help' over '---help---' for new help texts

Signed-off-by: Bharath Vedartham <linux.bhar@gmail.com>
---
 drivers/staging/netlogic/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/netlogic/Kconfig b/drivers/staging/netlogic/Kconfig
index d660de5..c25a00d 100644
--- a/drivers/staging/netlogic/Kconfig
+++ b/drivers/staging/netlogic/Kconfig
@@ -2,6 +2,6 @@ config NETLOGIC_XLR_NET
 	tristate "Netlogic XLR/XLS network device"
 	depends on CPU_XLR
 	select PHYLIB
-	---help---
+	help
 	This driver support Netlogic XLR/XLS on chip gigabit
 	Ethernet.
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: netlogic: replace ---help--- with help in Kconfig
  2019-01-20 16:10 [PATCH] staging: netlogic: replace ---help--- with help in Kconfig Bharath Vedartham
@ 2019-01-22 10:31 ` Greg KH
  2019-01-23 16:13   ` Bharath Veda
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2019-01-22 10:31 UTC (permalink / raw)
  To: Bharath Vedartham; +Cc: devel, linux-kernel

On Sun, Jan 20, 2019 at 09:40:39PM +0530, Bharath Vedartham wrote:
> This patch fixes the checkpatch.pl warning:
> 
> WARNING: prefer 'help' over '---help---' for new help texts
> 
> Signed-off-by: Bharath Vedartham <linux.bhar@gmail.com>
> ---
>  drivers/staging/netlogic/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Any reason you sent this twice?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: netlogic: replace ---help--- with help in Kconfig
  2019-01-22 10:31 ` Greg KH
@ 2019-01-23 16:13   ` Bharath Veda
  0 siblings, 0 replies; 3+ messages in thread
From: Bharath Veda @ 2019-01-23 16:13 UTC (permalink / raw)
  To: Greg KH; +Cc: devel, linux-kernel

On Tue, Jan 22, 2019 at 4:01 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Sun, Jan 20, 2019 at 09:40:39PM +0530, Bharath Vedartham wrote:
> > This patch fixes the checkpatch.pl warning:
> >
> > WARNING: prefer 'help' over '---help---' for new help texts
> >
> > Signed-off-by: Bharath Vedartham <linux.bhar@gmail.com>
> > ---
> >  drivers/staging/netlogic/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Any reason you sent this twice?
sorry bout that. Made a typo on the mailing list ids.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-23 16:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-20 16:10 [PATCH] staging: netlogic: replace ---help--- with help in Kconfig Bharath Vedartham
2019-01-22 10:31 ` Greg KH
2019-01-23 16:13   ` Bharath Veda

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).