Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3317994pxj; Mon, 7 Jun 2021 07:50:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJySzv/28P69vOvEEAVsTVkJEe347zD3f1bOB57ev3BQe7SH0fiDVdAAd4nYI9ZGKvUg13Ym X-Received: by 2002:aa7:c758:: with SMTP id c24mr9736075eds.188.1623077433579; Mon, 07 Jun 2021 07:50:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623077433; cv=none; d=google.com; s=arc-20160816; b=NACpzs5iYx1d0cOOdYXE1JLFmRlwRPqRptrIjvQw2xtGo09zZjwDNgpPWoVraUf9jE jIilvM8XHaQtFp5KOKT6V8uJmmeGyRNga/QutaTZX180kSPOC3tH8IqxFEZzvF9smyLI Vq4+lP8kk++5eVSKsJ6UvyJ2taQ2/bmcTX+lRQtH7gRe4E6bMKgEasxcIHhSXxy9TzG4 Ty9kP8FbHXlKRY59lPBGHpi5pN7Ccd3oXGlMk8aHA0DnVHh4hdbgcjFpRuqTz28rhxBM vbcy5cXdrHB4jtY6RGiql4SibRrM0Rbnwp6Efdq1pNkRs1wqRYqKxoJmiT1mQZCUSu9s wysw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=oqkSesIpweoo0bUeZUVXrNOTRE4w4JWhwrFlZXPgvW0=; b=gQQq0TdF5jUtKBxbNuJmHPZMNqTdUIsnrsVsZHfrcYmEwFqLJartsSAw7Cz7Y0h7jO nS72KSqZ1WTY2NZAm+0VzHIMdSu0P2I1a+n/kpCf2rw7gQIwb0LJDr1mJX9baEkBDpoN uBmhPPI28mlcRMFsALB+gPemhr/87hWDsNjqrb4xPjUlq7PTOuWtkjAVLQFROYH9VZx6 p0JGIiy38K6rIYi5uHSkfZ5G01Rj3jSVy2/ucnPa6AKW+T0H9MGALktLgAheedKy809z nVi403I9ZmkM6y2QozTCUELMRZWlz++5mj0SMXt/JkxgTojKgU7JSJeQzOZykLWCmg5p UBng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h9si12627731edw.186.2021.06.07.07.50.08; Mon, 07 Jun 2021 07:50:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230522AbhFGOtz (ORCPT + 99 others); Mon, 7 Jun 2021 10:49:55 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]:4499 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230291AbhFGOty (ORCPT ); Mon, 7 Jun 2021 10:49:54 -0400 Received: from dggeme760-chm.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4FzGPN5Xk2zZf0T; Mon, 7 Jun 2021 22:45:12 +0800 (CST) Received: from localhost.localdomain (10.175.104.82) by dggeme760-chm.china.huawei.com (10.3.19.106) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Mon, 7 Jun 2021 22:48:00 +0800 From: Zheng Yongjun To: , , , , CC: Zheng Yongjun Subject: [PATCH net-next] l2tp: Fix spelling mistakes Date: Mon, 7 Jun 2021 23:01:37 +0800 Message-ID: <20210607150137.2856585-1-zhengyongjun3@huawei.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.104.82] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggeme760-chm.china.huawei.com (10.3.19.106) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix some spelling mistakes in comments: negociated ==> negotiated dont ==> don't Signed-off-by: Zheng Yongjun --- net/l2tp/l2tp_ip.c | 2 +- net/l2tp/l2tp_ppp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/l2tp/l2tp_ip.c b/net/l2tp/l2tp_ip.c index 97ae1255fcb6..60aa990ea72e 100644 --- a/net/l2tp/l2tp_ip.c +++ b/net/l2tp/l2tp_ip.c @@ -488,7 +488,7 @@ static int l2tp_ip_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) } } - /* We dont need to clone dst here, it is guaranteed to not disappear. + /* We don't need to clone dst here, it is guaranteed to not disappear. * __dev_xmit_skb() might force a refcount if needed. */ skb_dst_set_noref(skb, &rt->dst); diff --git a/net/l2tp/l2tp_ppp.c b/net/l2tp/l2tp_ppp.c index aea85f91f059..bf35710127dd 100644 --- a/net/l2tp/l2tp_ppp.c +++ b/net/l2tp/l2tp_ppp.c @@ -226,7 +226,7 @@ static void pppol2tp_recv(struct l2tp_session *session, struct sk_buff *skb, int /* If the first two bytes are 0xFF03, consider that it is the PPP's * Address and Control fields and skip them. The L2TP module has always * worked this way, although, in theory, the use of these fields should - * be negociated and handled at the PPP layer. These fields are + * be negotiated and handled at the PPP layer. These fields are * constant: 0xFF is the All-Stations Address and 0x03 the Unnumbered * Information command with Poll/Final bit set to zero (RFC 1662). */ -- 2.25.1