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

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.