Skip to content

Commit

Permalink
net: tipc: kerneldoc fixes
Browse files Browse the repository at this point in the history
Fix parameter description of tipc_link_bc_create()

Reported-by: Hulk Robot <[email protected]>
Fixes: 16ad3f4 ("tipc: introduce variable window congestion control")
Signed-off-by: Lu Wei <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Lu Wei authored and davem330 committed Sep 15, 2020
1 parent d3f2ef1 commit 2e5117b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/tipc/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e5117b

Please sign in to comment.