[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210325063825.228167-6-luwei32@huawei.com>
Date: Thu, 25 Mar 2021 14:38:25 +0800
From: Lu Wei <luwei32@...wei.com>
To: <idryomov@...il.com>, <jlayton@...nel.org>, <davem@...emloft.net>,
<kuba@...nel.org>, <ceph-devel@...r.kernel.org>,
<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<xiyou.wangcong@...il.com>, <ap420073@...il.com>,
<linux-decnet-user@...ts.sourceforge.net>, <andrew@...n.ch>,
<vivien.didelot@...il.com>, <f.fainelli@...il.com>,
<olteanv@...il.com>, <steffen.klassert@...unet.com>,
<herbert@...dor.apana.org.au>, <yoshfuji@...ux-ipv6.org>,
<dsahern@...nel.org>
Subject: [PATCH -next 5/5] net: ipv4: Fix some typos
Modify "accomodate" to "accommodate" in net/ipv4/esp4.c.
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Lu Wei <luwei32@...wei.com>
---
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
Powered by blists - more mailing lists