net: Fix first line of kernel-doc for a few functions
authorBen Hutchings <ben@decadent.org.uk>
Mon, 15 Feb 2010 06:35:47 +0000 (22:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Feb 2010 06:35:47 +0000 (22:35 -0800)
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>
include/linux/skbuff.h
include/net/sock.h
net/sunrpc/rpc_pipe.c

index ae836fded53001fe98301472752e850546fe3989..ba0f8e3a9cda814fc3359ffa62d20eaf54c4c126 100644 (file)
@@ -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_
index c8d400063c16985b947f76bf742921cf6b3b9d90..580d51fa28e90fe4db65fbf95450bf6424773902 100644 (file)
@@ -1049,7 +1049,7 @@ extern void sk_common_release(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
  *
  *     Remove a filter from a socket and release its resources.
index 49278f830367eec97d34e862992d6f7f16e1e899..9ea45383480ee4ddc65711b0c3b45016ff048f0b 100644 (file)
@@ -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
  * @msg: message to queue
  *