diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-09-23 17:52:43 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-26 08:56:17 +0200 |
commit | 02bc5eb990597796d8e8383d1b98e540af963bf1 (patch) | |
tree | 748d375ebd711400318166dd41549b4e9fb5fd4a /drivers/net/wireless/ath/ar5523 | |
parent | net: Fix Kconfig indentation (diff) | |
download | linux-02bc5eb990597796d8e8383d1b98e540af963bf1.tar.xz linux-02bc5eb990597796d8e8383d1b98e540af963bf1.zip |
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/ath/ar5523')
-rw-r--r-- | drivers/net/wireless/ath/ar5523/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ar5523/Kconfig b/drivers/net/wireless/ath/ar5523/Kconfig index 41d3c9a48b08..65b39c7d035d 100644 --- a/drivers/net/wireless/ath/ar5523/Kconfig +++ b/drivers/net/wireless/ath/ar5523/Kconfig @@ -5,5 +5,5 @@ config AR5523 select ATH_COMMON select FW_LOADER ---help--- - This module add support for AR5523 based USB dongles such as D-Link - DWL-G132, Netgear WPN111 and many more. + This module add support for AR5523 based USB dongles such as D-Link + DWL-G132, Netgear WPN111 and many more. |