Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lu Wei and committed by
David S. Miller
cbd801b3 952a67f6

+2 -2
+2 -2
net/ipv4/esp4.c
··· 309 309 struct esp_output_extra *extra) 310 310 { 311 311 /* For ESN we move the header forward by 4 bytes to 312 - * accomodate the high bits. We will move it back after 312 + * accommodate the high bits. We will move it back after 313 313 * encryption. 314 314 */ 315 315 if ((x->props.flags & XFRM_STATE_ESN)) { ··· 854 854 struct ip_esp_hdr *esph; 855 855 856 856 /* For ESN we move the header forward by 4 bytes to 857 - * accomodate the high bits. We will move it back after 857 + * accommodate the high bits. We will move it back after 858 858 * decryption. 859 859 */ 860 860 if ((x->props.flags & XFRM_STATE_ESN)) {