From: Eric Dumazet Date: Mon, 30 Apr 2012 21:29:16 +0000 (+0000) Subject: net: fix two typos in skbuff.h X-Git-Tag: v3.4-rc6~23^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d961949660fa1c1b7eb0c3a3c157989c90f14e8e;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git net: fix two typos in skbuff.h fix kernel doc typos in function names Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 775292a..111f26b 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, } /** - * 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 * @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, } /** - * 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 * @head: the place to add it in the first list *