[NET]: Annotate csum_partial() callers in net/*

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:14 -08:00
committed by David S. Miller
parent 868c86bcb5
commit 44bb93633f
6 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -158,9 +158,9 @@ int memcpy_fromiovecend(unsigned char *kdata, struct iovec *iov, int offset,
* call to this function will be unaligned also.
*/
int csum_partial_copy_fromiovecend(unsigned char *kdata, struct iovec *iov,
int offset, unsigned int len, int *csump)
int offset, unsigned int len, __wsum *csump)
{
int csum = *csump;
__wsum csum = *csump;
int partial_cnt = 0, err = 0;
/* Skip over the finished iovecs */