From: Hoang Le <[email protected]>
Date: Tue, 19 Feb 2019 18:30:54 +0700

> +static int tipc_mcast_send_sync(struct net *net, struct sk_buff *skb,
> +                             struct tipc_mc_method *method,
> +                             struct tipc_nlist *dests,
> +                             u16 *cong_link_cnt)
> +{
> +     struct sk_buff_head tmpq;
> +     struct sk_buff *_skb;
> +     struct tipc_msg *hdr, *_hdr;

Reverse christmas tree please.

> @@ -300,6 +372,9 @@ int tipc_mcast_xmit(struct net *net, struct sk_buff_head 
> *pkts,
>                   u16 *cong_link_cnt)
>  {
>       struct sk_buff_head inputq, localq;
> +     struct sk_buff *skb;
> +     struct tipc_msg *hdr;
> +     bool rcast = method->rcast;
>       int rc = 0;

Likewise.

Thanks.


_______________________________________________
tipc-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to