Acked-by: Jon Maloy [email protected]

Thanks, Fengguang

> -----Original Message-----
> From: [email protected] [mailto:netdev-
> [email protected]] On Behalf Of kbuild test robot
> Sent: Friday, March 23, 2018 15:48
> To: Jon Maloy <[email protected]>
> Cc: [email protected]; [email protected]; Ying Xue
> <[email protected]>; [email protected]; linux-
> [email protected]
> Subject: [RFC PATCH net-next] tipc: tipc_disc_addr_trial_msg() can be static
> 
> 
> Fixes: 25b0b9c4e835 ("tipc: handle collisions of 32-bit node address hash
> values")
> Signed-off-by: Fengguang Wu <[email protected]>
> ---
>  discover.c |   14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/net/tipc/discover.c b/net/tipc/discover.c index e765573..9f666e0
> 100644
> --- a/net/tipc/discover.c
> +++ b/net/tipc/discover.c
> @@ -134,13 +134,13 @@ 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,
> -                           struct tipc_media_addr *maddr,
> -                           struct tipc_bearer *b,
> -                           u32 dst, u32 src,
> -                           u32 sugg_addr,
> -                           u8 *peer_id,
> -                           int mtyp)
> +static bool tipc_disc_addr_trial_msg(struct tipc_discoverer *d,
> +                                  struct tipc_media_addr *maddr,
> +                                  struct tipc_bearer *b,
> +                                  u32 dst, u32 src,
> +                                  u32 sugg_addr,
> +                                  u8 *peer_id,
> +                                  int mtyp)
>  {
>       struct net *net = d->net;
>       struct tipc_net *tn = tipc_net(net);

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tipc-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to