summaryrefslogtreecommitdiff
path: root/net/netlink/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/netlink/Kconfig')
-rw-r--r--net/netlink/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netlink/Kconfig b/net/netlink/Kconfig
index 5d6e8c05b3d4..1039d4f2ce11 100644
--- a/net/netlink/Kconfig
+++ b/net/netlink/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
#
# Netlink Sockets
#
@@ -5,6 +6,6 @@
config NETLINK_DIAG
tristate "NETLINK: socket monitoring interface"
default n
- ---help---
+ help
Support for NETLINK socket monitoring interface used by the ss tool.
If unsure, say Y.