mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-13 03:39:36 +00:00
udp: Fix typo in net/ipv4/udp.c
Signed-off-by: Su Yanjun <suyj.fnst@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
35cbef9863
commit
666a3d6e1e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user