diff options
author | Prasad Pandit <pjp@fedoraproject.org> | 2023-08-16 13:26:06 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-08-16 10:03:08 +0100 |
commit | b35c968363c036e93f95cb233182f2d1c44605c2 (patch) | |
tree | ccc8ec64f6f2d61f8aa2fa6d32802825f4894151 /net | |
parent | 0b70f1950e79b37df5617c83ed1ad1a4cc7fc89c (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 658bfed1df8b..08d4b7132d4c 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 |