diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-21 14:28:28 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-21 20:54:09 +0100 |
commit | 5421cf84af69a94ebb179fec252f3772c4681cca (patch) | |
tree | d451c1d0a74d786095baf641e46e2cf3246510a8 /drivers/net/wireless/ath/Kconfig | |
parent | lwtunnel: check erspan options before allocating tun_info (diff) | |
download | linux-5421cf84af69a94ebb179fec252f3772c4681cca.tar.xz linux-5421cf84af69a94ebb179fec252f3772c4681cca.zip |
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/Kconfig | 12 |
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" |