Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp132840pxf; Wed, 24 Mar 2021 23:42:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwsgSNBnb+u6T5wu1hPvrz9A1uuYKSvIZpmzJvgP6d9o2GLUQNHPwUoozra+bU7S25gjNPz X-Received: by 2002:a17:906:5203:: with SMTP id g3mr7404442ejm.95.1616654570590; Wed, 24 Mar 2021 23:42:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616654570; cv=none; d=google.com; s=arc-20160816; b=O2Ilkg3bI5Pbgc/Xi1qt4Kjt0+xhQenx/6viOLnu2cJZIh0mYXWxEu8KLKesPpQ2HT 6vaFsZG5O9+z4sVw/t3x+mXXIQZPkdsKHYCVYbVZxwqFGBFujCCCN5lkJrg8BrLXvFSj wmZ5KbSFMW3RvafPzge7GiX7KZdJcs1xWa2ZrtzoGegIkSJ3WS5No/CzTOh3RpPqFEOc TJQ6qKOjbUmo1XGRjxmnH0Uei5wVxBQDxj2CMkUIp2Yj1lL3+2hpiRClY8udjEhbil6E mAyVLHvNeRS5rxjmiol9aNtOUdOHSDXGF0WGV0l+euw1e+hgusnCPVb7KVI7w5+HrS8k cP1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:to:from; bh=6IFQ8dMlWXXihZGIIqr9lc2EgXkj9ecWSltJ5Enl9c0=; b=S7B7ygMSVmgf90VHNi00VCNzP5YfYUCZ6YmgHUgFac0/K1G+t2X6+mmTETAXWv/xe2 ok9DcsJ7dPF7MgeKwetXpLhSuodz/Ii+RxbWcxUHGlGFbH23+M0IenvBnMt8k8iTKm5w E1mfjrx4SiNzxCXLKykqlS4JhxYoU/9f0yxRWvWhCFo1shv9zR9nvPJVDDoGoKF2qGrm +LYRRGJf/Uy6pVQBuzAzYr2t2w63rcxJ9eeR6MmUJz34CqIhGkoH6c9C+2vaqbIUIBv4 MRDAk5f2gmqlzy0RtNylszqNGLBN3w0uglEDWvPoVKZoG8yhKiAnvYyZPGO1tiCPVxNj lMlw== 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 a5si3496030ejj.325.2021.03.24.23.42.28; Wed, 24 Mar 2021 23:42:50 -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 S229866AbhCYGhk (ORCPT + 99 others); Thu, 25 Mar 2021 02:37:40 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:14891 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229626AbhCYGhH (ORCPT ); Thu, 25 Mar 2021 02:37:07 -0400 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4F5b2R5jMkzkfY4; Thu, 25 Mar 2021 14:35:27 +0800 (CST) Received: from huawei.com (10.175.101.6) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.498.0; Thu, 25 Mar 2021 14:37:04 +0800 From: Lu Wei To: , , , , , , , , , , , , , , , , , Subject: [PATCH -next 5/5] net: ipv4: Fix some typos Date: Thu, 25 Mar 2021 14:38:25 +0800 Message-ID: <20210325063825.228167-6-luwei32@huawei.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210325063825.228167-1-luwei32@huawei.com> References: <20210325063825.228167-1-luwei32@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.101.6] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Modify "accomodate" to "accommodate" in net/ipv4/esp4.c. Reported-by: Hulk Robot Signed-off-by: Lu Wei --- net/ipv4/esp4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index a3271ec3e162..1ae920b93f39 100644 --- a/net/ipv4/esp4.c +++ b/net/ipv4/esp4.c @@ -309,7 +309,7 @@ static struct ip_esp_hdr *esp_output_set_extra(struct sk_buff *skb, struct esp_output_extra *extra) { /* For ESN we move the header forward by 4 bytes to - * accomodate the high bits. We will move it back after + * accommodate the high bits. We will move it back after * encryption. */ if ((x->props.flags & XFRM_STATE_ESN)) { @@ -854,7 +854,7 @@ static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) struct ip_esp_hdr *esph; /* For ESN we move the header forward by 4 bytes to - * accomodate the high bits. We will move it back after + * accommodate the high bits. We will move it back after * decryption. */ if ((x->props.flags & XFRM_STATE_ESN)) { -- 2.17.1