commit | bf69abad27d8fe1daca9558441fd0205fb2d7bc9 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzk@kernel.org> | Mon Sep 23 17:52:42 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 26 08:56:17 2019 +0200 |
tree | 01d00465f6e0774daa1a13483c0302761d584661 | |
parent | 34b7bb2995b839729a2e793ea1dccc987b6dbab6 [diff] |
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>