]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NET]: Fix comment for skb_pull_rcsum
authorUrs Thuermann <urs@isnogud.escape.de>
Wed, 13 Feb 2008 06:03:25 +0000 (22:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Feb 2008 06:03:25 +0000 (22:03 -0800)
Fix comment for skb_pull_rcsum

Signed-off-by: Urs Thuermann <urs@isnogud.escape.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c

index 4e354221ec2338fb646bd68b19eddd956b769506..40dddcc6dc3246c8d6be2f377a70b7c7ad3fb8e9 100644 (file)
@@ -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.