diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-09-23 18:52:42 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-26 09:56:17 +0300 |
commit | bf69abad27d8fe1daca9558441fd0205fb2d7bc9 (patch) | |
tree | 01d00465f6e0774daa1a13483c0302761d584661 /net/ipv4/Kconfig | |
parent | 34b7bb2995b839729a2e793ea1dccc987b6dbab6 (diff) | |
download | linux-bf69abad27d8fe1daca9558441fd0205fb2d7bc9.tar.xz |
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/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 974de4d20f25..03381f3e12ba 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -492,8 +492,8 @@ config TCP_CONG_WESTWOOD wired networks and throughput over wireless links. config TCP_CONG_HTCP - tristate "H-TCP" - default m + tristate "H-TCP" + default m ---help--- H-TCP is a send-side only modifications of the TCP Reno protocol stack that optimizes the performance of TCP |