hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/sctp/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # SCTP configuration
34 #
....@@ -10,7 +11,7 @@
1011 select CRYPTO_HMAC
1112 select CRYPTO_SHA1
1213 select LIBCRC32C
13
- ---help---
14
+ help
1415 Stream Control Transmission Protocol
1516
1617 From RFC 2960 <http://www.ietf.org/rfc/rfc2960.txt>.
....@@ -30,7 +31,7 @@
3031 homing at either or both ends of an association."
3132
3233 To compile this protocol support as a module, choose M here: the
33
- module will be called sctp. Debug messages are handeled by the
34
+ module will be called sctp. Debug messages are handled by the
3435 kernel's dynamic debugging framework.
3536
3637 If in doubt, say N.