Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / net / mpls / Kconfig
index d1ad69b7942ac2b369efd7c363f8034d3ed0e985..d672ab72ab12d37703e4849e8829b05b97cec565 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