[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ygftzkh5ei0.fsf@janus.isnogud.escape.de>
Date: 10 Feb 2008 10:48:07 +0100
From: Urs Thuermann <urs@...ogud.escape.de>
To: netdev@...r.kernel.org
Subject: [PATCH] Fix comment for skb_pull_rcsum
Fix comment for skb_pull_rcsum
Signed-off-by: Urs Thuermann <urs@...ogud.escape.de>
---
Index: net-2.6/net/core/skbuff.c
===================================================================
--- net-2.6.orig/net/core/skbuff.c 2008-02-06 22:17:58.000000000 +0100
+++ net-2.6/net/core/skbuff.c 2008-02-08 11:05:00.000000000 +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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists