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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c
index c0f3b096e7f5..9de32564984a 100644
--- a/net/tipc/bcast.c
+++ b/net/tipc/bcast.c
@@ -428,7 +428,7 @@ void tipc_bclink_recv_pkt(struct sk_buff *buf)
428 static int rx_count = 0; 428 static int rx_count = 0;
429#endif 429#endif
430 struct tipc_msg *msg = buf_msg(buf); 430 struct tipc_msg *msg = buf_msg(buf);
431 struct tipc_node* node = tipc_node_find(msg_prevnode(msg)); 431 struct tipc_node *node = tipc_node_find(msg_prevnode(msg));
432 u32 next_in; 432 u32 next_in;
433 u32 seqno; 433 u32 seqno;
434 struct sk_buff *deferred; 434 struct sk_buff *deferred;