|
@@ -2647,7 +2647,7 @@ EXPORT_SYMBOL(skb_prepare_seq_read);
|
|
|
* skb_seq_read() will return the remaining part of the block.
|
|
* skb_seq_read() will return the remaining part of the block.
|
|
|
*
|
|
*
|
|
|
* Note 1: The size of each block of data returned can be arbitrary,
|
|
* 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.
|
|
* reads of potentially non linear data.
|
|
|
*
|
|
*
|
|
|
* Note 2: Fragment lists within fragments are not implemented
|
|
* 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
|
|
* skb_append_datato_frags - append the user data to a skb
|
|
|
* @sk: sock structure
|
|
* @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
|
|
* @getfrag: call back function to be used for getting the user data
|
|
|
* @from: pointer to user message iov
|
|
* @from: pointer to user message iov
|
|
|
* @length: length of the iov message
|
|
* @length: length of the iov message
|