OSDN Git Service

ipv6: fix indentation of a config attribute
authorPrasad Pandit <pjp@fedoraproject.org>
Wed, 16 Aug 2023 07:56:06 +0000 (13:26 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Aug 2023 09:03:08 +0000 (10:03 +0100)
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>
net/ipv6/Kconfig

index 658bfed..08d4b71 100644 (file)
@@ -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