net: Fix first line of kernel-doc for a few functions
The function name must be followed by a space, hypen, space, and a short description. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
5ecccb74dc
commit
1a5778aa00
@@ -738,7 +738,7 @@ static inline struct sk_buff *skb_unshare(struct sk_buff *skb,
|
||||
}
|
||||
|
||||
/**
|
||||
* skb_peek
|
||||
* skb_peek - peek at the head of an &sk_buff_head
|
||||
* @list_: list to peek at
|
||||
*
|
||||
* Peek an &sk_buff. Unlike most other operations you _MUST_
|
||||
@@ -759,7 +759,7 @@ static inline struct sk_buff *skb_peek(struct sk_buff_head *list_)
|
||||
}
|
||||
|
||||
/**
|
||||
* skb_peek_tail
|
||||
* skb_peek_tail - peek at the tail of an &sk_buff_head
|
||||
* @list_: list to peek at
|
||||
*
|
||||
* Peek an &sk_buff. Unlike most other operations you _MUST_
|
||||
|
Reference in New Issue
Block a user