提交 d9619496 编写于 作者: E Eric Dumazet 提交者: David S. Miller

net: fix two typos in skbuff.h

fix kernel doc typos in function names
Signed-off-by: NEric Dumazet <edumazet@google.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 60158e64
...@@ -1020,7 +1020,7 @@ static inline void skb_queue_splice(const struct sk_buff_head *list, ...@@ -1020,7 +1020,7 @@ static inline void skb_queue_splice(const struct sk_buff_head *list,
} }
/** /**
* skb_queue_splice - join two skb lists and reinitialise the emptied list * skb_queue_splice_init - join two skb lists and reinitialise the emptied list
* @list: the new list to add * @list: the new list to add
* @head: the place to add it in the first list * @head: the place to add it in the first list
* *
...@@ -1051,7 +1051,7 @@ static inline void skb_queue_splice_tail(const struct sk_buff_head *list, ...@@ -1051,7 +1051,7 @@ static inline void skb_queue_splice_tail(const struct sk_buff_head *list,
} }
/** /**
* skb_queue_splice_tail - join two skb lists and reinitialise the emptied list * skb_queue_splice_tail_init - join two skb lists and reinitialise the emptied list
* @list: the new list to add * @list: the new list to add
* @head: the place to add it in the first list * @head: the place to add it in the first list
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册