]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
kcm: Fix typo and add hyphen in Kconfig help text
authorThorsten Blum <thorsten.blum@linux.dev>
Sun, 16 Nov 2025 13:56:14 +0000 (14:56 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 19 Nov 2025 02:21:04 +0000 (18:21 -0800)
s/connectons/connections/ and s/message based/message-based/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20251116135616.106079-2-thorsten.blum@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/kcm/Kconfig

index 16f39f2565d91b37a70cfd7e6f10b9fd2d977096..66660a06cacf69f57749a52a5bbe07ee732df0ce 100644 (file)
@@ -7,5 +7,5 @@ config AF_KCM
        select STREAM_PARSER
        help
          KCM (Kernel Connection Multiplexor) sockets provide a method
-         for multiplexing messages of a message based application
-         protocol over kernel connectons (e.g. TCP connections).
+         for multiplexing messages of a message-based application
+         protocol over kernel connections (e.g. TCP connections).