From efb238160e889e377578411d55abf47b1073492a Mon Sep 17 00:00:00 2001 From: Thorsten Blum Date: Sun, 16 Nov 2025 14:56:14 +0100 Subject: [PATCH] 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 --- net/kcm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.47.3