[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230816075606.16377-1-ppandit@redhat.com>
Date: Wed, 16 Aug 2023 13:26:06 +0530
From: Prasad Pandit <ppandit@...hat.com>
To: netdev@...r.kernel.org
Cc: David Ahern <dsahern@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Prasad Pandit <pjp@...oraproject.org>
Subject: [PATCH] ipv6: fix indentation of a config attribute
From: Prasad Pandit <pjp@...oraproject.org>
Fix indentation of a type attribute of IPV6_VTI config entry.
Signed-off-by: Prasad Pandit <pjp@...oraproject.org>
---
net/ipv6/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.41.0
Powered by blists - more mailing lists