diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2010-02-15 01:35:47 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-15 01:35:47 -0500 |
commit | 1a5778aa000ebfec7f07eed0ffa2852ffb5d16bb (patch) | |
tree | 86ec6c8f9f5a43e3bca90a45eec6dd32f565b2d6 /include/linux/skbuff.h | |
parent | 5ecccb74dc91e22496a142b103ba958f93c29275 (diff) |
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>
Diffstat (limited to 'include/linux/skbuff.h')
-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 ae836fded530..ba0f8e3a9cda 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -738,7 +738,7 @@ static inline struct sk_buff *skb_unshare(struct sk_buff *skb, | |||
738 | } | 738 | } |
739 | 739 | ||
740 | /** | 740 | /** |
741 | * skb_peek | 741 | * skb_peek - peek at the head of an &sk_buff_head |
742 | * @list_: list to peek at | 742 | * @list_: list to peek at |
743 | * | 743 | * |
744 | * Peek an &sk_buff. Unlike most other operations you _MUST_ | 744 | * 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_) | |||
759 | } | 759 | } |
760 | 760 | ||
761 | /** | 761 | /** |
762 | * skb_peek_tail | 762 | * skb_peek_tail - peek at the tail of an &sk_buff_head |
763 | * @list_: list to peek at | 763 | * @list_: list to peek at |
764 | * | 764 | * |
765 | * Peek an &sk_buff. Unlike most other operations you _MUST_ | 765 | * Peek an &sk_buff. Unlike most other operations you _MUST_ |