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 --- 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