mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
net: ipv4: Fix some typos
Modify "accomodate" to "accommodate" in net/ipv4/esp4.c. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Lu Wei <luwei32@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
952a67f6f6
commit
cbd801b3b0
1 changed files with 2 additions and 2 deletions
|
|
@ -309,7 +309,7 @@ static struct ip_esp_hdr *esp_output_set_extra(struct sk_buff *skb,
|
||||||
struct esp_output_extra *extra)
|
struct esp_output_extra *extra)
|
||||||
{
|
{
|
||||||
/* For ESN we move the header forward by 4 bytes to
|
/* 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.
|
* encryption.
|
||||||
*/
|
*/
|
||||||
if ((x->props.flags & XFRM_STATE_ESN)) {
|
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;
|
struct ip_esp_hdr *esph;
|
||||||
|
|
||||||
/* For ESN we move the header forward by 4 bytes to
|
/* 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.
|
* decryption.
|
||||||
*/
|
*/
|
||||||
if ((x->props.flags & XFRM_STATE_ESN)) {
|
if ((x->props.flags & XFRM_STATE_ESN)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue