From: Urs Thuermann Date: Wed, 13 Feb 2008 06:03:25 +0000 (-0800) Subject: [NET]: Fix comment for skb_pull_rcsum X-Git-Tag: v3.12-rc1~22667^2~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fee54fa517bef1de2c10a1a3e918228cc59dce90;p=kernel%2Fkernel-generic.git [NET]: Fix comment for skb_pull_rcsum Fix comment for skb_pull_rcsum Signed-off-by: Urs Thuermann Signed-off-by: David S. Miller --- diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 4e35422..40dddcc 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -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: buffer to update - * @start: start of data before pull * @len: length of data pulled * * 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 * that the checksum difference is zero (e.g., a valid IP header) * or you are setting ip_summed to CHECKSUM_NONE.