From: Jon Maloy <[email protected]>
Date: Thu, 12 Oct 2017 16:02:25 +0200

> +static void tipc_sk_proto_rcv(struct sock *sk,
> +                           struct sk_buff_head *inputq,
> +                           struct sk_buff_head *xmitq)
> +{
> +     struct tipc_sock *tsk = tipc_sk(sk);
> +     struct sk_buff *skb = __skb_dequeue(inputq);
> +     struct tipc_msg *hdr = buf_msg(skb);

Please order local variables from longest to shortest line.

------------------------------------------------------------------------------
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