Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 666a3d6e authored by Su Yanjun's avatar Su Yanjun Committed by David S. Miller
Browse files

udp: Fix typo in net/ipv4/udp.c

parent 35cbef98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2170,7 +2170,7 @@ static int __udp4_lib_mcast_deliver(struct net *net, struct sk_buff *skb,

/* 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,