From: Prasad Pandit Date: Wed, 16 Aug 2023 07:56:06 +0000 (+0530) Subject: ipv6: fix indentation of a config attribute X-Git-Tag: v6.6.7~2183^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b35c968363c036e93f95cb233182f2d1c44605c2;p=platform%2Fkernel%2Flinux-starfive.git ipv6: fix indentation of a config attribute Fix indentation of a type attribute of IPV6_VTI config entry. Signed-off-by: Prasad Pandit Signed-off-by: David S. Miller --- diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 658bfed..08d4b71 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