Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121746
b: refs/heads/master
c: f574179
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and David S. Miller committed Nov 8, 2008
1 parent 01bd96b commit bcd8778
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: f400923735ecbb67cbe4a3606c9479f694754f51
refs/heads/master: f574179b63e48f5285468b5ee40f3c480221f708
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 bcd8778

Please sign in to comment.