summary refs log tree commit diff
path: root/drivers/net/wireless/ath/Kconfig
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-11-21 21:28:28 +0800
committerDavid S. Miller <davem@davemloft.net>2019-11-21 11:54:09 -0800
commit5421cf84af69a94ebb179fec252f3772c4681cca (patch)
treed451c1d0a74d786095baf641e46e2cf3246510a8 /drivers/net/wireless/ath/Kconfig
parent1841b9829903c82e0445032ad4a7556fcc44a497 (diff)
downloadlinux-5421cf84af69a94ebb179fec252f3772c4681cca.tar.gz
drivers: net: Fix Kconfig indentation, continued
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style.  This fixes various indentation mixups (seven spaces,
tab+one space, etc).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/ath/Kconfig')
-rw-r--r--drivers/net/wireless/ath/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig
index 56616d988c96..7b90b8546162 100644
--- a/drivers/net/wireless/ath/Kconfig
+++ b/drivers/net/wireless/ath/Kconfig
@@ -30,12 +30,12 @@ config ATH_DEBUG
 	  Right now only ath9k makes use of this.
 
 config ATH_TRACEPOINTS
-       bool "Atheros wireless tracing"
-       depends on ATH_DEBUG
-       depends on EVENT_TRACING
-       ---help---
-	 This option enables tracepoints for atheros wireless drivers.
-	 Currently, ath9k makes use of this facility.
+	bool "Atheros wireless tracing"
+	depends on ATH_DEBUG
+	depends on EVENT_TRACING
+	---help---
+	  This option enables tracepoints for atheros wireless drivers.
+	  Currently, ath9k makes use of this facility.
 
 config ATH_REG_DYNAMIC_USER_REG_HINTS
 	bool "Atheros dynamic user regulatory hints"