* [PATCH] Fix comment for skb_pull_rcsum
@ 2008-02-10 9:48 Urs Thuermann
2008-02-13 6:03 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Urs Thuermann @ 2008-02-10 9:48 UTC (permalink / raw)
To: netdev
Fix comment for skb_pull_rcsum
Signed-off-by: Urs Thuermann <urs@isnogud.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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-13 6:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-10 9:48 [PATCH] Fix comment for skb_pull_rcsum Urs Thuermann
2008-02-13 6:03 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox