From: Lingpeng Chen <forrest0579@gmail.com>
To: "David S . Miller" <davem@davemloft.net>
Cc: Jonathan Corbet <corbet@lwn.net>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
Lingpeng Chen <forrest0579@gmail.com>
Subject: [PATCH] Doc: networking: fix typo in Documentation/networking/tls.rst
Date: Sun, 19 Jan 2020 16:38:39 +0800 [thread overview]
Message-ID: <20200119083840.28714-1-forrest0579@gmail.com> (raw)
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
reply other threads:[~2020-01-19 8:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200119083840.28714-1-forrest0579@gmail.com \
--to=forrest0579@gmail.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).