[PATCH] Doc: networking: fix typo in Documentation/networking/tls.rst

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



klts_send_ctrl_message -> ktls_send_ctrl_message

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




[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux