public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] kcm: Fix typo and add hyphen in Kconfig help text
@ 2025-11-16 13:56 Thorsten Blum
  2025-11-19  2:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2025-11-16 13:56 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman
  Cc: Thorsten Blum, netdev, linux-kernel

s/connectons/connections/ and s/message based/message-based/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 net/kcm/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig
index 16f39f2565d9..66660a06cacf 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.51.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-19  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-16 13:56 [PATCH net-next] kcm: Fix typo and add hyphen in Kconfig help text Thorsten Blum
2025-11-19  2:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox