Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da18ab32 authored by kbuild test robot's avatar kbuild test robot Committed by David S. Miller
Browse files

tipc: tipc_disc_addr_trial_msg() can be static



Fixes: 25b0b9c4 ("tipc: handle collisions of 32-bit node address hash values")
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Acked-by: default avatarJon Maloy <jon.maloy@ericsson.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 050e85c9
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ static void disc_dupl_alert(struct tipc_bearer *b, u32 node_addr,

/* tipc_disc_addr_trial(): - handle an address uniqueness trial from peer
 */
bool tipc_disc_addr_trial_msg(struct tipc_discoverer *d,
static bool tipc_disc_addr_trial_msg(struct tipc_discoverer *d,
				     struct tipc_media_addr *maddr,
				     struct tipc_bearer *b,
				     u32 dst, u32 src,