lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200119083840.28714-1-forrest0579@gmail.com>
Date:   Sun, 19 Jan 2020 16:38:39 +0800
From:   Lingpeng Chen <forrest0579@...il.com>
To:     "David S . Miller" <davem@...emloft.net>
Cc:     Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org,
        linux-kernel@...r.kernel.org, Lingpeng Chen <forrest0579@...il.com>
Subject: [PATCH] Doc: networking: fix typo in Documentation/networking/tls.rst

klts_send_ctrl_message -> ktls_send_ctrl_message

Signed-off-by: Lingpeng Chen <forrest0579@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ