projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b70f19
)
ipv6: fix indentation of a config attribute
author
Prasad Pandit
<pjp@fedoraproject.org>
Wed, 16 Aug 2023 07:56:06 +0000
(13:26 +0530)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/ipv6/Kconfig
b/net/ipv6/Kconfig
index
658bfed
..
08d4b71
100644
(file)
--- 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