Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf005b1d authored by Qinghuang Feng's avatar Qinghuang Feng Committed by David S. Miller
Browse files

net: remove redundant argument comments



Remove redundant argument comments in files of net/*

Signed-off-by: default avatarQinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6c0bce37
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -528,8 +528,6 @@ static void rdma_close(struct p9_client *client)


/**
/**
 * alloc_rdma - Allocate and initialize the rdma transport structure
 * alloc_rdma - Allocate and initialize the rdma transport structure
 * @msize: MTU
 * @dotu: Extension attribute
 * @opts: Mount options structure
 * @opts: Mount options structure
 */
 */
static struct p9_trans_rdma *alloc_rdma(struct p9_rdma_opts *opts)
static struct p9_trans_rdma *alloc_rdma(struct p9_rdma_opts *opts)
+0 −1
Original line number Original line Diff line number Diff line
@@ -230,7 +230,6 @@ static inline unsigned dn_nsp_clone_and_send(struct sk_buff *skb,
/**
/**
 * dn_nsp_output - Try and send something from socket queues
 * dn_nsp_output - Try and send something from socket queues
 * @sk: The socket whose queues are to be investigated
 * @sk: The socket whose queues are to be investigated
 * @gfp: The memory allocation flags
 *
 *
 * Try and send the packet on the end of the data and other data queues.
 * Try and send the packet on the end of the data and other data queues.
 * Other data gets priority over data, and if we retransmit a packet we
 * Other data gets priority over data, and if we retransmit a packet we
+0 −1
Original line number Original line Diff line number Diff line
@@ -1150,7 +1150,6 @@ static void ip6_tnl_link_config(struct ip6_tnl *t)
 * ip6_tnl_change - update the tunnel parameters
 * ip6_tnl_change - update the tunnel parameters
 *   @t: tunnel to be changed
 *   @t: tunnel to be changed
 *   @p: tunnel configuration parameters
 *   @p: tunnel configuration parameters
 *   @active: != 0 if tunnel is ready for use
 *
 *
 * Description:
 * Description:
 *   ip6_tnl_change() updates the tunnel parameters
 *   ip6_tnl_change() updates the tunnel parameters
+0 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,6 @@ static inline u8 llc_ui_header_len(struct sock *sk, struct sockaddr_llc *addr)
 *	llc_ui_send_data - send data via reliable llc2 connection
 *	llc_ui_send_data - send data via reliable llc2 connection
 *	@sk: Connection the socket is using.
 *	@sk: Connection the socket is using.
 *	@skb: Data the user wishes to send.
 *	@skb: Data the user wishes to send.
 *	@addr: Source and destination fields provided by the user.
 *	@noblock: can we block waiting for data?
 *	@noblock: can we block waiting for data?
 *
 *
 *	Send data via reliable llc2 connection.
 *	Send data via reliable llc2 connection.
+0 −1
Original line number Original line Diff line number Diff line
@@ -763,7 +763,6 @@ enddiscovery:
 *
 *
 * @skb: 802.11 frame to be sent
 * @skb: 802.11 frame to be sent
 * @sdata: network subif the frame will be sent through
 * @sdata: network subif the frame will be sent through
 * @fwd_frame: true if this frame was originally from a different host
 *
 *
 * Returns: 0 if the next hop was found. Nonzero otherwise. If no next hop is
 * Returns: 0 if the next hop was found. Nonzero otherwise. If no next hop is
 * found, the function will start a path discovery and queue the frame so it is
 * found, the function will start a path discovery and queue the frame so it is
Loading