All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthieu Baerts <matthieu.baerts at tessares.net>
To: mptcp at lists.01.org
Subject: [MPTCP] [PATCH] mptcp: fix warnings reported by checkpatch
Date: Thu, 10 Oct 2019 16:27:42 +0200	[thread overview]
Message-ID: <20191010142745.6436-2-matthieu.baerts@tessares.net> (raw)
In-Reply-To: 20191010142745.6436-1-matthieu.baerts@tessares.net

[-- Attachment #1: Type: text/plain, Size: 918 bytes --]

WARNING: 'thi' may be misspelled - perhaps 'the'?
#77: FILE: net/mptcp/ctrl.c:38:
+               /* users with CAP_NET_ADMIN or root (not and) can change thi

Signed-off-by: Matthieu Baerts <matthieu.baerts(a)tessares.net>
---

Notes:
    to be squashed in "mptcp: new sysctl to control the activation per NS"

 net/mptcp/ctrl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/mptcp/ctrl.c b/net/mptcp/ctrl.c
index 33de3ced2ba7..6023c9f722ea 100644
--- a/net/mptcp/ctrl.c
+++ b/net/mptcp/ctrl.c
@@ -35,7 +35,7 @@ static struct ctl_table mptcp_sysctl_table[] = {
 		.procname = "enabled",
 		.maxlen = sizeof(int),
 		.mode = 0644,
-		/* users with CAP_NET_ADMIN or root (not and) can change thi
+		/* users with CAP_NET_ADMIN or root (not and) can change this
 		 * value, same as other sysctl or the 'net' tree.
 		 */
 		.proc_handler = proc_dointvec,
-- 
2.20.1

             reply	other threads:[~2019-10-10 14:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-10 14:27 Matthieu Baerts [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-10 14:27 [MPTCP] [PATCH] mptcp: fix warnings reported by checkpatch Matthieu Baerts
2019-10-10 14:27 Matthieu Baerts
2019-10-10 14:27 Matthieu Baerts
2019-10-10 14:27 Matthieu Baerts

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=20191010142745.6436-2-matthieu.baerts@tessares.net \
    --to=unknown@example.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.