Commit fee54fa5 authored by Urs Thuermann's avatar Urs Thuermann Committed by David S. Miller

[NET]: Fix comment for skb_pull_rcsum

Fix comment for skb_pull_rcsum
Signed-off-by: default avatarUrs Thuermann <urs@isnogud.escape.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 28a89453
...@@ -2106,11 +2106,10 @@ int skb_append_datato_frags(struct sock *sk, struct sk_buff *skb, ...@@ -2106,11 +2106,10 @@ int skb_append_datato_frags(struct sock *sk, struct sk_buff *skb,
/** /**
* skb_pull_rcsum - pull skb and update receive checksum * skb_pull_rcsum - pull skb and update receive checksum
* @skb: buffer to update * @skb: buffer to update
* @start: start of data before pull
* @len: length of data pulled * @len: length of data pulled
* *
* This function performs an skb_pull on the packet and updates * This function performs an skb_pull on the packet and updates
* update the CHECKSUM_COMPLETE checksum. It should be used on * the CHECKSUM_COMPLETE checksum. It should be used on
* receive path processing instead of skb_pull unless you know * receive path processing instead of skb_pull unless you know
* that the checksum difference is zero (e.g., a valid IP header) * that the checksum difference is zero (e.g., a valid IP header)
* or you are setting ip_summed to CHECKSUM_NONE. * or you are setting ip_summed to CHECKSUM_NONE.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment