aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r--net/tipc/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index f3f99c8ea08a..2124f32ef29f 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -2570,7 +2570,7 @@ void tipc_link_recv_bundle(struct sk_buff *buf)
2570 if (obuf == NULL) { 2570 if (obuf == NULL) {
2571 warn("Link unable to unbundle message(s)\n"); 2571 warn("Link unable to unbundle message(s)\n");
2572 break; 2572 break;
2573 }; 2573 }
2574 pos += align(msg_size(buf_msg(obuf))); 2574 pos += align(msg_size(buf_msg(obuf)));
2575 msg_dbg(buf_msg(obuf), " /"); 2575 msg_dbg(buf_msg(obuf), " /");
2576 tipc_net_route_msg(obuf); 2576 tipc_net_route_msg(obuf);