Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121825
b: refs/heads/master
c: 2377989
h: refs/heads/master
i:
  121823: b97d3a0
v: v3
  • Loading branch information
David S. Miller committed Nov 10, 2008
1 parent ab89979 commit bda9524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c4832467a5c8c2ae96d6dad882be4d4ab9eefad7
refs/heads/master: 23779897546c1effb546ff89b89803d9d955d517
2 changes: 1 addition & 1 deletion trunk/net/tipc/name_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ static struct name_seq *nametbl_find_seq(u32 type)
struct name_seq *ns;

dbg("find_seq %u,(%u,0x%x) table = %p, hash[type] = %u\n",
type, ntohl(type), type, table.types, hash(type));
type, htonl(type), type, table.types, hash(type));

seq_head = &table.types[hash(type)];
hlist_for_each_entry(ns, seq_node, seq_head, ns_list) {
Expand Down

0 comments on commit bda9524

Please sign in to comment.