Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kcm: Fix typo and add hyphen in Kconfig help text

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>

authored by

Thorsten Blum and committed by
Jakub Kicinski
efb23816 932478bf

+2 -2
+2 -2
net/kcm/Kconfig
··· 7 7 select STREAM_PARSER 8 8 help 9 9 KCM (Kernel Connection Multiplexor) sockets provide a method 10 - for multiplexing messages of a message based application 11 - protocol over kernel connectons (e.g. TCP connections). 10 + for multiplexing messages of a message-based application 11 + protocol over kernel connections (e.g. TCP connections).