diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-21 21:28:35 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-21 12:00:21 -0800 |
commit | 43da14110cb4d20de0b4b097da88addefeab5f13 (patch) | |
tree | e5859dde3c7450ed15e00bd99b22e19db6aa7d5f /net/xfrm | |
parent | 5421cf84af69a94ebb179fec252f3772c4681cca (diff) |
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/xfrm')
-rw-r--r-- | net/xfrm/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig index 51bb6018f3bf..17b8a7d4b71b 100644 --- a/net/xfrm/Kconfig +++ b/net/xfrm/Kconfig @@ -3,13 +3,13 @@ # XFRM configuration # config XFRM - bool - depends on INET - select GRO_CELLS - select SKB_EXTENSIONS + bool + depends on INET + select GRO_CELLS + select SKB_EXTENSIONS config XFRM_OFFLOAD - bool + bool config XFRM_ALGO tristate |