commit | 57ffee737b36dbb81e8e60a37e01791553157a5e | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Fri Jan 05 18:18:14 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 08 14:06:18 2018 -0500 |
tree | 7a43f0492f34a0561b33ce9b884462511d2c3432 | |
parent | 94bfaafac9d2a3c0bcca00d01e38f7597b741799 [diff] |
net: hns3: Fix an error macro definition of HNS3_TQP_STAT The member "stats_offset" was designed to indicate the offset of each member of struct ring_stats in struct hns3_enet_ring, but forgot to add the offset of the member in struct ring_stats. Fixes: 496d03e960a ("net: hns3: Add Ethtool support to HNS3 driver") Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>