diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/skbuff.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 7b3df0d518ab..a30d750647e7 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
@@ -4126,11 +4126,11 @@ EXPORT_SYMBOL(skb_vlan_untag); | |||
4126 | /** | 4126 | /** |
4127 | * alloc_skb_with_frags - allocate skb with page frags | 4127 | * alloc_skb_with_frags - allocate skb with page frags |
4128 | * | 4128 | * |
4129 | * header_len: size of linear part | 4129 | * @header_len: size of linear part |
4130 | * data_len: needed length in frags | 4130 | * @data_len: needed length in frags |
4131 | * max_page_order: max page order desired. | 4131 | * @max_page_order: max page order desired. |
4132 | * errcode: pointer to error code if any | 4132 | * @errcode: pointer to error code if any |
4133 | * gfp_mask: allocation mask | 4133 | * @gfp_mask: allocation mask |
4134 | * | 4134 | * |
4135 | * This can be used to allocate a paged skb, given a maximal order for frags. | 4135 | * This can be used to allocate a paged skb, given a maximal order for frags. |
4136 | */ | 4136 | */ |