Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38562
b: refs/heads/master
c: 617dbea
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and David S. Miller committed Oct 4, 2006
1 parent 8e1cb1e commit 4a2ca82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae8c05779ac2f286b872db9ebea0c3c0a031ad1e
refs/heads/master: 617dbeaa3f2987acc83c1149409685005e9dd740
5 changes: 3 additions & 2 deletions trunk/net/tipc/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -1666,8 +1666,9 @@ static void link_retransmit_failure(struct link *l_ptr, struct sk_buff *buf)
char addr_string[16];

tipc_printf(TIPC_OUTPUT, "Msg seq number: %u, ", msg_seqno(msg));
tipc_printf(TIPC_OUTPUT, "Outstanding acks: %u\n", (u32)TIPC_SKB_CB(buf)->handle);

tipc_printf(TIPC_OUTPUT, "Outstanding acks: %lu\n",
(unsigned long) TIPC_SKB_CB(buf)->handle);

n_ptr = l_ptr->owner->next;
tipc_node_lock(n_ptr);

Expand Down

0 comments on commit 4a2ca82

Please sign in to comment.