diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-09-23 17:52:42 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-26 08:56:17 +0200 |
commit | bf69abad27d8fe1daca9558441fd0205fb2d7bc9 (patch) | |
tree | 01d00465f6e0774daa1a13483c0302761d584661 /net/ife | |
parent | 34b7bb2995b839729a2e793ea1dccc987b6dbab6 (diff) | |
download | linux-rt-bf69abad27d8fe1daca9558441fd0205fb2d7bc9.tar.gz |
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: Sven Eckelmann <sven@narfation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ife')
-rw-r--r-- | net/ife/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ife/Kconfig b/net/ife/Kconfig index 6cd1f6d18f30..bcf650564db4 100644 --- a/net/ife/Kconfig +++ b/net/ife/Kconfig @@ -5,7 +5,7 @@ menuconfig NET_IFE depends on NET - tristate "Inter-FE based on IETF ForCES InterFE LFB" + tristate "Inter-FE based on IETF ForCES InterFE LFB" default n help Say Y here to add support of IFE encapsulation protocol |