diff options
Diffstat (limited to 'net/tipc/addr.h')
-rw-r--r-- | net/tipc/addr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/addr.h b/net/tipc/addr.h index d706a1d92be8..60b00ab93d74 100644 --- a/net/tipc/addr.h +++ b/net/tipc/addr.h | |||
@@ -58,7 +58,6 @@ static inline int in_own_cluster_exact(u32 addr) | |||
58 | /** | 58 | /** |
59 | * in_own_node - test for node inclusion; <0.0.0> always matches | 59 | * in_own_node - test for node inclusion; <0.0.0> always matches |
60 | */ | 60 | */ |
61 | |||
62 | static inline int in_own_node(u32 addr) | 61 | static inline int in_own_node(u32 addr) |
63 | { | 62 | { |
64 | return (addr == tipc_own_addr) || !addr; | 63 | return (addr == tipc_own_addr) || !addr; |
@@ -67,7 +66,6 @@ static inline int in_own_node(u32 addr) | |||
67 | /** | 66 | /** |
68 | * in_own_cluster - test for cluster inclusion; <0.0.0> always matches | 67 | * in_own_cluster - test for cluster inclusion; <0.0.0> always matches |
69 | */ | 68 | */ |
70 | |||
71 | static inline int in_own_cluster(u32 addr) | 69 | static inline int in_own_cluster(u32 addr) |
72 | { | 70 | { |
73 | return in_own_cluster_exact(addr) || !addr; | 71 | return in_own_cluster_exact(addr) || !addr; |
@@ -79,7 +77,6 @@ static inline int in_own_cluster(u32 addr) | |||
79 | * Needed when address of a named message must be looked up a second time | 77 | * Needed when address of a named message must be looked up a second time |
80 | * after a network hop. | 78 | * after a network hop. |
81 | */ | 79 | */ |
82 | |||
83 | static inline u32 addr_domain(u32 sc) | 80 | static inline u32 addr_domain(u32 sc) |
84 | { | 81 | { |
85 | if (likely(sc == TIPC_NODE_SCOPE)) | 82 | if (likely(sc == TIPC_NODE_SCOPE)) |