[NET]: Annotate callers of the reset of checksum.h stuff.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro
2006-11-14 21:36:54 -08:00
committed by David S. Miller
parent 5084205faf
commit 5f92a7388a
6 changed files with 8 additions and 7 deletions

View File

@@ -1294,7 +1294,7 @@ unsigned int skb_checksum(const struct sk_buff *skb, int offset,
end = start + list->len;
if ((copy = end - offset) > 0) {
unsigned int csum2;
__wsum csum2;
if (copy > len)
copy = len;
csum2 = skb_checksum(list, offset - start,