Commit 693519c0 authored by Hideaki Yoshifuji's avatar Hideaki Yoshifuji Committed by David S. Miller

[NET]: Fix comment type in skbuff.h

parent 07ee3fcf
...@@ -764,10 +764,10 @@ static inline struct sk_buff *__skb_dequeue_tail(struct sk_buff_head *list) ...@@ -764,10 +764,10 @@ static inline struct sk_buff *__skb_dequeue_tail(struct sk_buff_head *list)
} }
/** /**
* skb_dequeue - remove from the head of the queue * skb_dequeue_tail - remove from the tail of the queue
* @list: list to dequeue from * @list: list to dequeue from
* *
* Remove the head of the list. The list lock is taken so the function * Remove the tail of the list. The list lock is taken so the function
* may be used safely with other locking list functions. The tail item is * may be used safely with other locking list functions. The tail item is
* returned or %NULL if the list is empty. * returned or %NULL if the list is empty.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment