diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2010-02-14 22:35:47 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-14 22:35:47 -0800 |
commit | 1a5778aa000ebfec7f07eed0ffa2852ffb5d16bb (patch) | |
tree | 86ec6c8f9f5a43e3bca90a45eec6dd32f565b2d6 /net/sunrpc/rpc_pipe.c | |
parent | 5ecccb74dc91e22496a142b103ba958f93c29275 (diff) | |
download | talos-op-linux-1a5778aa000ebfec7f07eed0ffa2852ffb5d16bb.tar.gz talos-op-linux-1a5778aa000ebfec7f07eed0ffa2852ffb5d16bb.zip |
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 'net/sunrpc/rpc_pipe.c')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 49278f830367..9ea45383480e 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c @@ -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 * |