[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <999d84de-af50-10db-2b40-84247b4ecd7b@oracle.com>
Date: Fri, 8 Dec 2017 10:11:08 +0800
From: Yanjun Zhu <yanjun.zhu@...cle.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, keescook@...omium.org
Subject: Re: [PATCH net-next 1/1] forcedeth: remove unnecessary variable
On 2017/12/8 3:07, David Miller wrote:
> From: Zhu Yanjun <yanjun.zhu@...cle.com>
> Date: Wed, 6 Dec 2017 23:15:15 -0500
>
>> Since both tx_ring and first_tx are the head of tx ring, it not
>> necessary to use two variables. So first_tx is removed.
> These are not variables, they are structure members.
Sure. These 2 structure members are the head of tx ring. And they are
not changed in
the whole driver. So they are duplicate.
I will change to structure members and send V2.
Zhu Yanjun
>
Powered by blists - more mailing lists