diff options
author | Prasad Pandit <pjp@fedoraproject.org> | 2023-08-16 09:56:06 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-08-16 11:03:08 +0200 |
commit | b35c968363c036e93f95cb233182f2d1c44605c2 (patch) | |
tree | ccc8ec64f6f2d61f8aa2fa6d32802825f4894151 /net | |
parent | mailmap: add entries for Simon Horman (diff) | |
download | linux-b35c968363c036e93f95cb233182f2d1c44605c2.tar.xz linux-b35c968363c036e93f95cb233182f2d1c44605c2.zip |
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 |