linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Doc: networking: fix typo in Documentation/networking/tls.rst
@ 2020-01-19  8:38 Lingpeng Chen
  0 siblings, 0 replies; only message in thread
From: Lingpeng Chen @ 2020-01-19  8:38 UTC (permalink / raw)
  To: David S . Miller; +Cc: Jonathan Corbet, linux-doc, linux-kernel, Lingpeng Chen

klts_send_ctrl_message -> ktls_send_ctrl_message

Signed-off-by: Lingpeng Chen <forrest0579@gmail.com>
---
 Documentation/networking/tls.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/tls.rst b/Documentation/networking/tls.rst
index 8cb2cd4e2a80..fca2a7364223 100644
--- a/Documentation/networking/tls.rst
+++ b/Documentation/networking/tls.rst
@@ -132,7 +132,7 @@ using a record of type @record_type.
 .. code-block:: c
 
   /* send TLS control message using record_type */
-  static int klts_send_ctrl_message(int sock, unsigned char record_type,
+  static int ktls_send_ctrl_message(int sock, unsigned char record_type,
                                     void *data, size_t length)
   {
         struct msghdr msg = {0};
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-19  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-19  8:38 [PATCH] Doc: networking: fix typo in Documentation/networking/tls.rst Lingpeng Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).