diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-09-23 18:52:43 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-26 09:56:17 +0300 |
commit | 02bc5eb990597796d8e8383d1b98e540af963bf1 (patch) | |
tree | 748d375ebd711400318166dd41549b4e9fb5fd4a /drivers/net/wireless/intel/iwlwifi | |
parent | bf69abad27d8fe1daca9558441fd0205fb2d7bc9 (diff) | |
download | linux-02bc5eb990597796d8e8383d1b98e540af963bf1.tar.xz |
drivers: net: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Kalle Valo <kvalo@codeaurora.org>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/Kconfig b/drivers/net/wireless/intel/iwlwifi/Kconfig index 7dbc0d38bb3b..091d621ad25f 100644 --- a/drivers/net/wireless/intel/iwlwifi/Kconfig +++ b/drivers/net/wireless/intel/iwlwifi/Kconfig @@ -119,9 +119,9 @@ config IWLWIFI_DEBUG any problems you may encounter. config IWLWIFI_DEBUGFS - bool "iwlwifi debugfs support" - depends on MAC80211_DEBUGFS - ---help--- + bool "iwlwifi debugfs support" + depends on MAC80211_DEBUGFS + ---help--- Enable creation of debugfs files for the iwlwifi drivers. This is a low-impact option that allows getting insight into the driver's state at runtime. |