diff options
author | Eric Dumazet <edumazet@google.com> | 2012-04-30 17:29:16 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-01 09:40:19 -0400 |
commit | d961949660fa1c1b7eb0c3a3c157989c90f14e8e (patch) | |
tree | 399d4b607366367f9dcf9d9d04c132a34a3a6d21 /include | |
parent | 60158e64641fd8c780a6d14de2bf42aabc419916 (diff) |
net: fix two typos in skbuff.h
fix kernel doc typos in function names
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/skbuff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 775292a66fa4..111f26b6e28b 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -1020,7 +1020,7 @@ static inline void skb_queue_splice(const struct sk_buff_head *list, | |||
1020 | } | 1020 | } |
1021 | 1021 | ||
1022 | /** | 1022 | /** |
1023 | * skb_queue_splice - join two skb lists and reinitialise the emptied list | 1023 | * skb_queue_splice_init - join two skb lists and reinitialise the emptied list |
1024 | * @list: the new list to add | 1024 | * @list: the new list to add |
1025 | * @head: the place to add it in the first list | 1025 | * @head: the place to add it in the first list |
1026 | * | 1026 | * |
@@ -1051,7 +1051,7 @@ static inline void skb_queue_splice_tail(const struct sk_buff_head *list, | |||
1051 | } | 1051 | } |
1052 | 1052 | ||
1053 | /** | 1053 | /** |
1054 | * skb_queue_splice_tail - join two skb lists and reinitialise the emptied list | 1054 | * skb_queue_splice_tail_init - join two skb lists and reinitialise the emptied list |
1055 | * @list: the new list to add | 1055 | * @list: the new list to add |
1056 | * @head: the place to add it in the first list | 1056 | * @head: the place to add it in the first list |
1057 | * | 1057 | * |