diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-21 16:28:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-21 23:00:21 +0300 |
commit | 43da14110cb4d20de0b4b097da88addefeab5f13 (patch) | |
tree | e5859dde3c7450ed15e00bd99b22e19db6aa7d5f /net/nfc | |
parent | 5421cf84af69a94ebb179fec252f3772c4681cca (diff) | |
download | linux-43da14110cb4d20de0b4b097da88addefeab5f13.tar.xz |
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 'net/nfc')
-rw-r--r-- | net/nfc/hci/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/nfc/hci/Kconfig b/net/nfc/hci/Kconfig index 97bd3a2c5c98..4822d6f46947 100644 --- a/net/nfc/hci/Kconfig +++ b/net/nfc/hci/Kconfig @@ -1,12 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only config NFC_HCI - depends on NFC - tristate "NFC HCI implementation" - default n - help - Say Y here if you want to build support for a kernel NFC HCI - implementation. This is mostly needed for devices that only process - HCI frames, like for example the NXP pn544. + depends on NFC + tristate "NFC HCI implementation" + default n + help + Say Y here if you want to build support for a kernel NFC HCI + implementation. This is mostly needed for devices that only process + HCI frames, like for example the NXP pn544. config NFC_SHDLC depends on NFC_HCI |