[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() 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:
@@ -1088,7 +1088,7 @@ static inline int skb_copy_to_page(struct sock *sk, char __user *from,
|
||||
{
|
||||
if (skb->ip_summed == CHECKSUM_NONE) {
|
||||
int err = 0;
|
||||
unsigned int csum = csum_and_copy_from_user(from,
|
||||
__wsum csum = csum_and_copy_from_user(from,
|
||||
page_address(page) + off,
|
||||
copy, 0, &err);
|
||||
if (err)
|
||||
|
Reference in New Issue
Block a user