All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: rtl8712: Better Fix for long lines in Kconfig help
@ 2020-03-13 16:16 R Veera Kumar
  2020-03-17  0:50 ` [Outreachy kernel] " Stefano Brivio
  0 siblings, 1 reply; 4+ messages in thread
From: R Veera Kumar @ 2020-03-13 16:16 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Larry Finger, Florian Schilhabel, outreachy-kernel

Fixes two long line in Kconfig help.
Found using checkpatch.pl

Signed-off-by: R Veera Kumar <vkor@vkten.in>
---
Changes in v2:
 -Match Kconfig help style
---
 drivers/staging/rtl8712/Kconfig | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8712/Kconfig b/drivers/staging/rtl8712/Kconfig
index b6dcda77db1f..31ff7cc6a7d2 100644
--- a/drivers/staging/rtl8712/Kconfig
+++ b/drivers/staging/rtl8712/Kconfig
@@ -6,13 +6,16 @@ config R8712U
 	select WEXT_PRIV
 	select FW_LOADER
 	help
-	    This option adds the Realtek RTL8712 USB device such as the D-Link DWA-130.
+	    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
-	    This option provides transmit aggregation for the Realtek RTL8712 USB device.
+	    This option provides transmit aggregation for the Realtek 
+	    RTL8712 USB device.
 
 
-- 
2.20.1



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

* Re: [Outreachy kernel] [PATCH v2] staging: rtl8712: Better Fix for long lines in Kconfig help
  2020-03-13 16:16 [PATCH v2] staging: rtl8712: Better Fix for long lines in Kconfig help R Veera Kumar
@ 2020-03-17  0:50 ` Stefano Brivio
  2020-03-17  1:57   ` Veera
  0 siblings, 1 reply; 4+ messages in thread
From: Stefano Brivio @ 2020-03-17  0:50 UTC (permalink / raw)
  To: R Veera Kumar
  Cc: Greg Kroah-Hartman, Larry Finger, Florian Schilhabel,
	outreachy-kernel

Hi Veera,

Note that who reads the commit title won't know in which way this is
"better" than v1, because v1 isn't tracked by git. I think the "Better"
part should be omitted in the title. Looks good to me otherwise, just
one minor comment:

On Fri, 13 Mar 2020 21:46:45 +0530
R Veera Kumar <vkor@vkten.in> wrote:

> Fixes two long line in Kconfig help.
                 ^^^^ lines

-- 
Stefano



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

* Re: [Outreachy kernel] [PATCH v2] staging: rtl8712: Better Fix for long lines in Kconfig help
  2020-03-17  0:50 ` [Outreachy kernel] " Stefano Brivio
@ 2020-03-17  1:57   ` Veera
  2020-03-17  9:41     ` Stefano Brivio
  0 siblings, 1 reply; 4+ messages in thread
From: Veera @ 2020-03-17  1:57 UTC (permalink / raw)
  To: Stefano Brivio
  Cc: Greg Kroah-Hartman, Larry Finger, Florian Schilhabel,
	outreachy-kernel

On Tue, Mar 17, 2020 at 01:50:08AM +0100, Stefano Brivio wrote:
> Hi Veera,
> 
> Note that who reads the commit title won't know in which way this is
> "better" than v1, because v1 isn't tracked by git. I think the "Better"
> part should be omitted in the title. Looks good to me otherwise, just
> one minor comment:
> 

Okay.

The "better" thing is coming from "Outreachyfirstpatch - Linux Kernel
Newbies.html" page.

Should I make a new patch revision and send again?

Veera

> On Fri, 13 Mar 2020 21:46:45 +0530
> R Veera Kumar <vkor@vkten.in> wrote:
> 
> > Fixes two long line in Kconfig help.
>                  ^^^^ lines
> 
> -- 
> Stefano
> 


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

* Re: [Outreachy kernel] [PATCH v2] staging: rtl8712: Better Fix for long lines in Kconfig help
  2020-03-17  1:57   ` Veera
@ 2020-03-17  9:41     ` Stefano Brivio
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Brivio @ 2020-03-17  9:41 UTC (permalink / raw)
  To: Veera
  Cc: Greg Kroah-Hartman, Larry Finger, Florian Schilhabel,
	outreachy-kernel

On Tue, 17 Mar 2020 07:27:30 +0530
Veera <vkor@vkten.in> wrote:

> On Tue, Mar 17, 2020 at 01:50:08AM +0100, Stefano Brivio wrote:
> > Hi Veera,
> > 
> > Note that who reads the commit title won't know in which way this is
> > "better" than v1, because v1 isn't tracked by git. I think the "Better"
> > part should be omitted in the title. Looks good to me otherwise, just
> > one minor comment:
> >   
> 
> Okay.
> 
> The "better" thing is coming from "Outreachyfirstpatch - Linux Kernel
> Newbies.html" page.

I've seen that, I guess that was just a quick example to show a v2 with
a different subject. Maybe it's actually misleading and it should be
fixed...

> Should I make a new patch revision and send again?

Yes, thanks.

-- 
Stefano



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

end of thread, other threads:[~2020-03-17  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-13 16:16 [PATCH v2] staging: rtl8712: Better Fix for long lines in Kconfig help R Veera Kumar
2020-03-17  0:50 ` [Outreachy kernel] " Stefano Brivio
2020-03-17  1:57   ` Veera
2020-03-17  9:41     ` Stefano Brivio

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.