commit | 5f92a7388a29594d6c365b23a48d4bb8299a3ea7 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 14 21:36:54 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:23:34 2006 -0800 |
tree | 569e888e3b87dd77fa3eafa36dac96f2e1da00c5 | |
parent | 5084205faf45384fff25c4cf77dd5c96279283ad [diff] [blame] |
[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>
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index da6683f..6e8c15b 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c
@@ -1294,7 +1294,7 @@ 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,