kernel/net/netlink/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Netlink Sockets 3 4 # .. .. @@ -5,6 +6,6 @@ 5 6 config NETLINK_DIAG 6 7 tristate "NETLINK: socket monitoring interface" 7 8 default n 8 - ---help---9 + help9 10 Support for NETLINK socket monitoring interface used by the ss tool. 10 11 If unsure, say Y.