diff options
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r-- | net/tipc/bcast.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index 5571394098f9..a93306557e00 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
@@ -45,7 +45,6 @@ | |||
45 | * @count: # of nodes in set | 45 | * @count: # of nodes in set |
46 | * @map: bitmap of node identifiers that are in the set | 46 | * @map: bitmap of node identifiers that are in the set |
47 | */ | 47 | */ |
48 | |||
49 | struct tipc_node_map { | 48 | struct tipc_node_map { |
50 | u32 count; | 49 | u32 count; |
51 | u32 map[MAX_NODES / WSIZE]; | 50 | u32 map[MAX_NODES / WSIZE]; |
@@ -59,7 +58,6 @@ struct tipc_node_map { | |||
59 | * @next: pointer to next entry in list | 58 | * @next: pointer to next entry in list |
60 | * @ports: array of port references | 59 | * @ports: array of port references |
61 | */ | 60 | */ |
62 | |||
63 | struct tipc_port_list { | 61 | struct tipc_port_list { |
64 | int count; | 62 | int count; |
65 | struct tipc_port_list *next; | 63 | struct tipc_port_list *next; |
@@ -77,7 +75,6 @@ void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node); | |||
77 | /** | 75 | /** |
78 | * tipc_nmap_equal - test for equality of node maps | 76 | * tipc_nmap_equal - test for equality of node maps |
79 | */ | 77 | */ |
80 | |||
81 | 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, struct tipc_node_map *nm_b) |
82 | { | 79 | { |
83 | return !memcmp(nm_a, nm_b, sizeof(*nm_a)); | 80 | return !memcmp(nm_a, nm_b, sizeof(*nm_a)); |