Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
This commit is contained in:
@@ -2647,7 +2647,7 @@ EXPORT_SYMBOL(skb_prepare_seq_read);
|
||||
* skb_seq_read() will return the remaining part of the block.
|
||||
*
|
||||
* Note 1: The size of each block of data returned can be arbitrary,
|
||||
* this limitation is the cost for zerocopy seqeuental
|
||||
* this limitation is the cost for zerocopy sequential
|
||||
* reads of potentially non linear data.
|
||||
*
|
||||
* Note 2: Fragment lists within fragments are not implemented
|
||||
@@ -2781,7 +2781,7 @@ EXPORT_SYMBOL(skb_find_text);
|
||||
/**
|
||||
* skb_append_datato_frags - append the user data to a skb
|
||||
* @sk: sock structure
|
||||
* @skb: skb structure to be appened with user data.
|
||||
* @skb: skb structure to be appended with user data.
|
||||
* @getfrag: call back function to be used for getting the user data
|
||||
* @from: pointer to user message iov
|
||||
* @length: length of the iov message
|
||||
|
Reference in New Issue
Block a user