Commit 2e5117ba authored by Lu Wei's avatar Lu Wei Committed by David S. Miller

net: tipc: kerneldoc fixes

Fix parameter description of tipc_link_bc_create()
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Fixes: 16ad3f40 ("tipc: introduce variable window congestion control")
Signed-off-by: default avatarLu Wei <luwei32@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d3f2ef18
......@@ -532,7 +532,8 @@ bool tipc_link_create(struct net *net, char *if_name, int bearer_id,
* tipc_link_bc_create - create new link to be used for broadcast
* @net: pointer to associated network namespace
* @mtu: mtu to be used initially if no peers
* @window: send window to be used
* @min_win: minimal send window to be used by link
* @max_win: maximal send window to be used by link
* @inputq: queue to put messages ready for delivery
* @namedq: queue to put binding table update messages ready for delivery
* @link: return value, pointer to put the created link
......
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