Commit 1a5778aa authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller

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: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5ecccb74
...@@ -738,7 +738,7 @@ static inline struct sk_buff *skb_unshare(struct sk_buff *skb, ...@@ -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 * @list_: list to peek at
* *
* Peek an &sk_buff. Unlike most other operations you _MUST_ * 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,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 * @list_: list to peek at
* *
* Peek an &sk_buff. Unlike most other operations you _MUST_ * Peek an &sk_buff. Unlike most other operations you _MUST_
......
...@@ -1049,7 +1049,7 @@ extern void sk_common_release(struct sock *sk); ...@@ -1049,7 +1049,7 @@ extern void sk_common_release(struct sock *sk);
extern void sock_init_data(struct socket *sock, struct sock *sk); extern void sock_init_data(struct socket *sock, struct sock *sk);
/** /**
* sk_filter_release: Release a socket filter * sk_filter_release - release a socket filter
* @fp: filter to remove * @fp: filter to remove
* *
* Remove a filter from a socket and release its resources. * Remove a filter from a socket and release its resources.
......
...@@ -78,7 +78,7 @@ rpc_timeout_upcall_queue(struct work_struct *work) ...@@ -78,7 +78,7 @@ rpc_timeout_upcall_queue(struct work_struct *work)
} }
/** /**
* rpc_queue_upcall * rpc_queue_upcall - queue an upcall message to userspace
* @inode: inode of upcall pipe on which to queue given message * @inode: inode of upcall pipe on which to queue given message
* @msg: message to queue * @msg: message to queue
* *
......
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