diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-10 06:55:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:13:45 -0400 |
commit | 2c53040f018b6c36a46eec75b9b937aaa5f78e6d (patch) | |
tree | f77d987c380f78daf40838688a5f49bb4ab065ee /net/core/skbuff.c | |
parent | a55b138b1da3d25c04f66f8df03d659dfd46c950 (diff) |
net: Fix (nearly-)kernel-doc comments for various functions
Fix incorrect start markers, wrapped summary lines, missing section
breaks, incorrect separators, and some name mismatches.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 |