treewide: replace '---help---' in Kconfig files with 'help'
[linux-block.git] / net / packet / Kconfig
index b4abad1352940f5af7aad13b845629c35b51c276..2997382d597c2f2121c412aba1082dee0060c6ad 100644 (file)
@@ -5,7 +5,7 @@
 
 config PACKET
        tristate "Packet socket"
-       ---help---
+       help
          The Packet protocol is used by applications which communicate
          directly with network devices without an intermediate network
          protocol implemented in the kernel, e.g. tcpdump.  If you want them
@@ -20,6 +20,6 @@ config PACKET_DIAG
        tristate "Packet: sockets monitoring interface"
        depends on PACKET
        default n
-       ---help---
+       help
          Support for PF_PACKET sockets monitoring interface used by the ss tool.
          If unsure, say Y.