mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
net: tipc: kerneldoc fixes
Simple fixes which require no deep knowledge of the code. Cc: Jon Maloy <jmaloy@redhat.com> Cc: Ying Xue <ying.xue@windriver.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Jon Maloy <jmaloy@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c8af73f0b2
commit
d8141208b0
@@ -711,7 +711,6 @@ exit:
|
||||
* tipc_getname - get port ID of socket or peer socket
|
||||
* @sock: socket structure
|
||||
* @uaddr: area for returned socket address
|
||||
* @uaddr_len: area for returned length of socket address
|
||||
* @peer: 0 = own ID, 1 = current peer ID, 2 = current/former peer ID
|
||||
*
|
||||
* Returns 0 on success, errno otherwise
|
||||
@@ -1053,7 +1052,7 @@ static int tipc_send_group_anycast(struct socket *sock, struct msghdr *m,
|
||||
|
||||
/**
|
||||
* tipc_send_group_bcast - send message to all members in communication group
|
||||
* @sk: socket structure
|
||||
* @sock: socket structure
|
||||
* @m: message to send
|
||||
* @dlen: total length of message data
|
||||
* @timeout: timeout to wait for wakeup
|
||||
@@ -1673,7 +1672,7 @@ static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port,
|
||||
/**
|
||||
* tipc_sk_set_orig_addr - capture sender's address for received message
|
||||
* @m: descriptor for message info
|
||||
* @hdr: received message header
|
||||
* @skb: received message
|
||||
*
|
||||
* Note: Address is not captured if not requested by receiver.
|
||||
*/
|
||||
@@ -2095,7 +2094,6 @@ static void tipc_write_space(struct sock *sk)
|
||||
/**
|
||||
* tipc_data_ready - wake up threads to indicate messages have been received
|
||||
* @sk: socket
|
||||
* @len: the length of messages
|
||||
*/
|
||||
static void tipc_data_ready(struct sock *sk)
|
||||
{
|
||||
@@ -2677,7 +2675,7 @@ static int tipc_wait_for_accept(struct socket *sock, long timeo)
|
||||
/**
|
||||
* tipc_accept - wait for connection request
|
||||
* @sock: listening socket
|
||||
* @newsock: new socket that is to be connected
|
||||
* @new_sock: new socket that is to be connected
|
||||
* @flags: file-related flags associated with socket
|
||||
*
|
||||
* Returns 0 on success, errno otherwise
|
||||
|
Reference in New Issue
Block a user