summaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorSu Yanjun2019-07-18 04:19:23 +0200
committerDavid S. Miller2019-07-18 20:49:46 +0200
commit666a3d6e1e6b78df34f59e6c0b8907aa3c8dbb2e (patch)
tree6d6ff5df6f10b83127fe0db54a38af74ce298280 /net/ipv4
parentnet: bcmgenet: use promisc for unsupported filters (diff)
downloadkernel-qcow2-linux-666a3d6e1e6b78df34f59e6c0b8907aa3c8dbb2e.tar.gz
kernel-qcow2-linux-666a3d6e1e6b78df34f59e6c0b8907aa3c8dbb2e.tar.xz
kernel-qcow2-linux-666a3d6e1e6b78df34f59e6c0b8907aa3c8dbb2e.zip
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>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index c21862ba9c02..d88821c794fb 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,