From: Thorsten Blum Date: Sun, 16 Nov 2025 13:56:14 +0000 (+0100) Subject: kcm: Fix typo and add hyphen in Kconfig help text X-Git-Tag: v6.19-rc1~170^2~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efb238160e889e377578411d55abf47b1073492a;p=thirdparty%2Fkernel%2Flinux.git kcm: Fix typo and add hyphen in Kconfig help text s/connectons/connections/ and s/message based/message-based/ Signed-off-by: Thorsten Blum Link: https://patch.msgid.link/20251116135616.106079-2-thorsten.blum@linux.dev Signed-off-by: Jakub Kicinski --- diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig index 16f39f2565d91..66660a06cacf6 100644 --- a/net/kcm/Kconfig +++ b/net/kcm/Kconfig @@ -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).