Since you say "dangling reference" I looked into  link.c to check if there is a 
function that needs to be declared static.
There isn't, so I would just call it "dangling declaration of removed function" 
or similar to avoid confusion.

Acked-by: jon

///jon


> -----Original Message-----
> From: Erik Hugne [mailto:erik.hu...@gmail.com]
> Sent: Wednesday, 09 March, 2016 16:03
> To: tipc-discussion@lists.sourceforge.net
> Cc: Richard Alpe; Jon Maloy; Parthasarathy Bhuvaragan; Erik Hugne
> Subject: [PATCH] tipc: remove nonexisting function from link.h
> 
> Kill the dangling reference in link.h to tipc_link_build_bc_sync_msg
> 
> Signed-off-by: Erik Hugne <erik.hu...@gmail.com>
> ---
>  net/tipc/link.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/net/tipc/link.h b/net/tipc/link.h
> index 6a94175..0e1acc5 100644
> --- a/net/tipc/link.h
> +++ b/net/tipc/link.h
> @@ -135,8 +135,6 @@ void tipc_link_set_mtu(struct tipc_link *l, int mtu);
>  int tipc_link_mtu(struct tipc_link *l);
>  void tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked,
>                         struct sk_buff_head *xmitq);
> -void tipc_link_build_bc_sync_msg(struct tipc_link *l,
> -                              struct sk_buff_head *xmitq);
>  void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr);
>  void tipc_link_bc_sync_rcv(struct tipc_link *l,   struct tipc_msg *hdr,
>                          struct sk_buff_head *xmitq);
> --
> 2.5.0


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to