Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 7d98ea71c6aa789fe2be6b8d1f01f62d2f4ddf32 Author: Krzysztof Kozlowski krzk@kernel.org Date: Mon Sep 23 17:52:42 2019 +0200
batman-adv: 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 Signed-off-by: David S. Miller davem@davemloft.net Signed-off-by: Sven Eckelmann sven@narfation.org
7d98ea71c6aa789fe2be6b8d1f01f62d2f4ddf32 net/batman-adv/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig index a3d188df..d5028af7 100644 --- a/net/batman-adv/Kconfig +++ b/net/batman-adv/Kconfig @@ -12,11 +12,11 @@ config BATMAN_ADV depends on NET select LIBCRC32C help - B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is - a routing protocol for multi-hop ad-hoc mesh networks. The - networks may be wired or wireless. See - https://www.open-mesh.org/ for more information and user space - tools. + B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is + a routing protocol for multi-hop ad-hoc mesh networks. The + networks may be wired or wireless. See + https://www.open-mesh.org/ for more information and user space + tools.
config BATMAN_ADV_BATMAN_V bool "B.A.T.M.A.N. V protocol"