From: Wang Li <wangl...@baidu.com>
Date: Mon,  8 Oct 2018 16:51:12 +0800

> @@ -1045,15 +1039,12 @@ static void tun_automq_xmit(struct tun_struct *tun, 
> struct sk_buff *skb)
>                * RPS hash and save it into the flow_table here.
>                */
>               __u32 rxhash;
> +             struct tun_flow_entry *e;

Please always order local variable declarations from longest to
shortest line.

Thank you.

Reply via email to