diff options
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r-- | net/core/skbuff.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 5a789a807ec3..506f678e9d95 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
@@ -713,7 +713,8 @@ struct sk_buff *skb_morph(struct sk_buff *dst, struct sk_buff *src) | |||
713 | } | 713 | } |
714 | EXPORT_SYMBOL_GPL(skb_morph); | 714 | EXPORT_SYMBOL_GPL(skb_morph); |
715 | 715 | ||
716 | /* skb_copy_ubufs - copy userspace skb frags buffers to kernel | 716 | /** |
717 | * skb_copy_ubufs - copy userspace skb frags buffers to kernel | ||
717 | * @skb: the skb to modify | 718 | * @skb: the skb to modify |
718 | * @gfp_mask: allocation priority | 719 | * @gfp_mask: allocation priority |
719 | * | 720 | * |
@@ -2614,7 +2615,7 @@ unsigned int skb_find_text(struct sk_buff *skb, unsigned int from, | |||
2614 | EXPORT_SYMBOL(skb_find_text); | 2615 | EXPORT_SYMBOL(skb_find_text); |
2615 | 2616 | ||
2616 | /** | 2617 | /** |
2617 | * skb_append_datato_frags: - append the user data to a skb | 2618 | * skb_append_datato_frags - append the user data to a skb |
2618 | * @sk: sock structure | 2619 | * @sk: sock structure |
2619 | * @skb: skb structure to be appened with user data. | 2620 | * @skb: skb structure to be appened with user data. |
2620 | * @getfrag: call back function to be used for getting the user data | 2621 | * @getfrag: call back function to be used for getting the user data |