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>
This commit is contained in:

committed by
David S. Miller

parent
5421cf84af
commit
43da14110c
@@ -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
|
||||
|
Reference in New Issue
Block a user