aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasad Pandit <pjp@fedoraproject.org>2023-08-16 13:26:06 +0530
committerDavid S. Miller <davem@davemloft.net>2023-08-16 10:03:08 +0100
commitb35c968363c036e93f95cb233182f2d1c44605c2 (patch)
treeccc8ec64f6f2d61f8aa2fa6d32802825f4894151
parent0b70f1950e79b37df5617c83ed1ad1a4cc7fc89c (diff)
downloadnf-b35c968363c036e93f95cb233182f2d1c44605c2.tar.gz
ipv6: fix indentation of a config attribute
Fix indentation of a type attribute of IPV6_VTI config entry. Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv6/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
index 658bfed1df8b17..08d4b7132d4c45 100644
--- a/net/ipv6/Kconfig
+++ b/net/ipv6/Kconfig
@@ -152,7 +152,7 @@ config INET6_TUNNEL
default n
config IPV6_VTI
-tristate "Virtual (secure) IPv6: tunneling"
+ tristate "Virtual (secure) IPv6: tunneling"
select IPV6_TUNNEL
select NET_IP_TUNNEL
select XFRM