From: Su Yanjun Date: Thu, 18 Jul 2019 02:19:23 +0000 (+0800) Subject: udp: Fix typo in net/ipv4/udp.c X-Git-Tag: v5.3-rc1~32^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666a3d6e1e6b78df34f59e6c0b8907aa3c8dbb2e;p=thirdparty%2Fkernel%2Flinux.git udp: Fix typo in net/ipv4/udp.c Signed-off-by: Su Yanjun Signed-off-by: David S. Miller --- diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index c21862ba9c02e..d88821c794fbe 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c @@ -2170,7 +2170,7 @@ start_lookup: /* Initialize UDP checksum. If exited with zero value (success), * CHECKSUM_UNNECESSARY means, that no more checks are required. - * Otherwise, csum completion requires chacksumming packet body, + * Otherwise, csum completion requires checksumming packet body, * including udp header and folding it to skb->csum. */ static inline int udp4_csum_init(struct sk_buff *skb, struct udphdr *uh,