[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20181008.102727.220761622269585721.davem@davemloft.net>
Date: Mon, 08 Oct 2018 10:27:27 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: wangli39@...du.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next] netdev: remove useless codes of
tun_automq_select_queue
From: Wang Li <wangli39@...du.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.
Powered by blists - more mailing lists