From: Jon Maloy <jon.ma...@ericsson.com>
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.

Reply via email to