Re: [PATCH] Fix comment for skb_pull_rcsum

2008-02-12 Thread David Miller
From: Urs Thuermann [EMAIL PROTECTED]
Date: 10 Feb 2008 10:48:07 +0100

 Fix comment for skb_pull_rcsum
 
 Signed-off-by: Urs Thuermann [EMAIL PROTECTED]

Applied, thanks.
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Fix comment for skb_pull_rcsum

2008-02-10 Thread Urs Thuermann
Fix comment for skb_pull_rcsum

Signed-off-by: Urs Thuermann [EMAIL PROTECTED]

---

Index: net-2.6/net/core/skbuff.c
===
--- net-2.6.orig/net/core/skbuff.c  2008-02-06 22:17:58.0 +0100
+++ net-2.6/net/core/skbuff.c   2008-02-08 11:05:00.0 +0100
@@ -2106,11 +2106,10 @@
 /**
  * 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.
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html