aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLu Wei <[email protected]>2020-09-15 10:39:55 +0800
committerDavid S. Miller <[email protected]>2020-09-15 13:33:04 -0700
commit2e5117ba9f582262e93a1fdf8e1a7b9affd5121c (patch)
tree49bc45ed7744c58e63b820947cb70949fc2e2b76
parentd3f2ef1887e18a091ac25e3ec8985ecb9a5c76fc (diff)
net: tipc: kerneldoc fixes
Fix parameter description of tipc_link_bc_create() Reported-by: Hulk Robot <[email protected]> Fixes: 16ad3f4022bb ("tipc: introduce variable window congestion control") Signed-off-by: Lu Wei <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--net/tipc/link.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index b7362556da95..cef38a910107 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -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