ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bringup] ath11k: fix Kconfig, replace spaces with tabs
@ 2019-09-10  7:43 Anilkumar Kolli
  2019-09-27 13:10 ` Kalle Valo
  2019-09-27 15:04 ` Kalle Valo
  0 siblings, 2 replies; 4+ messages in thread
From: Anilkumar Kolli @ 2019-09-10  7:43 UTC (permalink / raw)
  To: ath11k

Fixes format in kconfig file

Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/Kconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/net/wireless/ath/ath11k/Kconfig b/drivers/net/wireless/ath/ath11k/Kconfig
index 26bf98fa648e..b8d4ed633bc9 100644
--- a/drivers/net/wireless/ath/ath11k/Kconfig
+++ b/drivers/net/wireless/ath/ath11k/Kconfig
@@ -1,20 +1,20 @@
 config ATH11K
-        tristate "Qualcomm Technologies 802.11ax chipset support"
-        depends on MAC80211 && HAS_DMA
+	tristate "Qualcomm Technologies 802.11ax chipset support"
+	depends on MAC80211 && HAS_DMA
 	depends on REMOTEPROC
 	depends on ARCH_QCOM || COMPILE_TEST
 	select ATH_COMMON
 	select QCOM_QMI_HELPERS
-        help
-          This module adds support for Qualcomm Technologies 802.11ax family of
+	---help---
+	  This module adds support for Qualcomm Technologies 802.11ax family of
 	  chipsets.
 
-          If you choose to build a module, it'll be called ath11k.
+	  If you choose to build a module, it'll be called ath11k.
 
 config ATH11K_DEBUG
 	bool "QCA ath11k debugging"
 	depends on ATH11K
-	help
+	---help---
 	  Enables debug support
 
 	  If unsure, say Y to make it easier to debug problems.
@@ -22,7 +22,7 @@ config ATH11K_DEBUG
 config ATH11K_DEBUGFS
 	bool "QCA ath11k debugfs support"
 	depends on ATH11K && DEBUG_FS
-	help
+	---help---
 	  Enable ath11k debugfs support
 
 	  If unsure, say Y to make it easier to debug problems.
-- 
1.9.1


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2019-09-27 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-10  7:43 [PATCH bringup] ath11k: fix Kconfig, replace spaces with tabs Anilkumar Kolli
2019-09-27 13:10 ` Kalle Valo
2019-09-27 14:56   ` Kalle Valo
2019-09-27 15:04 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox