diff options
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r-- | net/tipc/bcast.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index a93306557e00..6ee587b469fd 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
@@ -75,7 +75,8 @@ void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node); | |||
75 | /** | 75 | /** |
76 | * tipc_nmap_equal - test for equality of node maps | 76 | * tipc_nmap_equal - test for equality of node maps |
77 | */ | 77 | */ |
78 | static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b) | 78 | static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, |
79 | struct tipc_node_map *nm_b) | ||
79 | { | 80 | { |
80 | return !memcmp(nm_a, nm_b, sizeof(*nm_a)); | 81 | return !memcmp(nm_a, nm_b, sizeof(*nm_a)); |
81 | } | 82 | } |