Message ID | 20230816075606.16377-1-ppandit@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b35c968363c036e93f95cb233182f2d1c44605c2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | ipv6: fix indentation of a config attribute | expand |
Hello: This patch was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 16 Aug 2023 13:26:06 +0530 you wrote: > From: Prasad Pandit <pjp@fedoraproject.org> > > Fix indentation of a type attribute of IPV6_VTI config entry. > > Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> > --- > net/ipv6/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - ipv6: fix indentation of a config attribute https://git.kernel.org/netdev/net/c/b35c968363c0 You are awesome, thank you!
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