commit | c360f2b58ee4dbf02c0a08697881aa6bba732bcb | [log] [tgz] |
---|---|---|
author | Zhu Yanjun <yanjun.zhu@oracle.com> | Sat Dec 09 22:07:26 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 11 14:03:56 2017 -0500 |
tree | 8f4a12a0af415ed91993d68f2acb77c5a8c6ee19 | |
parent | 23202e099555e73339cd5ef1069ccdb995a733ca [diff] |
forcedeth: remove unnecessary structure member Since both tx_ring and first_tx are the head of tx ring, it not necessary to use two structure members to statically indicate the head of tx ring. So first_tx is removed. CC: Srinivas Eeda <srinivas.eeda@oracle.com> CC: Joe Jin <joe.jin@oracle.com> CC: Junxiao Bi <junxiao.bi@oracle.com> Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>