2019-01-20 16:12:40

by Bharath Vedartham

[permalink] [raw]
Subject: [PATCH] staging: netlogic: replace ---help--- with help in Kconfig

This patch fixes the checkpatch.pl warning:

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

Signed-off-by: Bharath Vedartham <[email protected]>
---
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



2019-01-22 10:33:57

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] staging: netlogic: replace ---help--- with help in Kconfig

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 <[email protected]>
> ---
> drivers/staging/netlogic/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Any reason you sent this twice?

2019-01-23 16:16:20

by Bharath Vedartham

[permalink] [raw]
Subject: Re: [PATCH] staging: netlogic: replace ---help--- with help in Kconfig

On Tue, Jan 22, 2019 at 4:01 PM Greg KH <[email protected]> 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 <[email protected]>
> > ---
> > 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.