kernel/net/l2tp/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Layer Two Tunneling Protocol (L2TP) 3 4 # .. .. @@ -7,7 +8,7 @@ 7 8 depends on (IPV6 || IPV6=n) 8 9 depends on INET 9 10 select NET_UDP_TUNNEL 10 - ---help---11 + help11 12 Layer Two Tunneling Protocol 12 13 13 14 From RFC 2661 <http://www.ietf.org/rfc/rfc2661.txt>.