aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r--net/tipc/bcast.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c
index 2f3256da6f88..d890d480ae3b 100644
--- a/net/tipc/bcast.c
+++ b/net/tipc/bcast.c
@@ -389,13 +389,13 @@ static void bclink_peek_nack(struct tipc_msg *msg)
389 tipc_node_unlock(n_ptr); 389 tipc_node_unlock(n_ptr);
390} 390}
391 391
392/* tipc_bclink_xmit2 - broadcast buffer chain to all nodes in cluster 392/* tipc_bclink_xmit - broadcast buffer chain to all nodes in cluster
393 * and to identified node local sockets 393 * and to identified node local sockets
394 * @buf: chain of buffers containing message 394 * @buf: chain of buffers containing message
395 * Consumes the buffer chain, except when returning -ELINKCONG 395 * Consumes the buffer chain, except when returning -ELINKCONG
396 * Returns 0 if success, otherwise errno: -ELINKCONG,-EHOSTUNREACH,-EMSGSIZE 396 * Returns 0 if success, otherwise errno: -ELINKCONG,-EHOSTUNREACH,-EMSGSIZE
397 */ 397 */
398int tipc_bclink_xmit2(struct sk_buff *buf) 398int tipc_bclink_xmit(struct sk_buff *buf)
399{ 399{
400 int rc = 0; 400 int rc = 0;
401 int bc = 0; 401 int bc = 0;