Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6
[linux-2.6-microblaze.git] / net / mpls / Kconfig
index d1ad69b..d672ab7 100644 (file)
@@ -6,7 +6,7 @@
 menuconfig MPLS
        bool "MultiProtocol Label Switching"
        default n
-       ---help---
+       help
          MultiProtocol Label Switching routes packets through logical
          circuits.  Originally conceived as a way of routing packets at
          hardware speeds (before hardware was capable of routing ipv4 packets),
@@ -27,13 +27,13 @@ config MPLS_ROUTING
        tristate "MPLS: routing support"
        depends on NET_IP_TUNNEL || NET_IP_TUNNEL=n
        depends on PROC_SYSCTL
-       ---help---
+       help
         Add support for forwarding of mpls packets.
 
 config MPLS_IPTUNNEL
        tristate "MPLS: IP over MPLS tunnel support"
        depends on LWTUNNEL && MPLS_ROUTING
-       ---help---
+       help
         mpls ip tunnel support.
 
 endif # MPLS