aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorR Veera Kumar <vkor@vkten.in>2020-03-19 15:25:34 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-19 15:11:34 +0100
commita4cf37a67920c5456223a2f1246c35d9c551d93d (patch)
tree31087148cd37200c46e19b698e56cc4addf647f7 /drivers/staging/rtl8712
parentstaging: rtl8188eu: core: Correct a typo in a comment (diff)
downloadlinux-dev-a4cf37a67920c5456223a2f1246c35d9c551d93d.tar.xz
linux-dev-a4cf37a67920c5456223a2f1246c35d9c551d93d.zip
staging: rtl8712: Fix for long lines in Kconfig help
Fixes two long line in Kconfig help. Found using checkpatch.pl Signed-off-by: R Veera Kumar <vkor@vkten.in> Link: https://lore.kernel.org/r/20200319095513.GA3078@tulip.local Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/Kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/staging/rtl8712/Kconfig b/drivers/staging/rtl8712/Kconfig
index b6dcda77db1f..c62747c90968 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.