projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ffee7
)
net: hns3: Remove a useless member of struct hns3_stats
author
Jian Shen
<
[email protected]
>
Fri, 5 Jan 2018 10:18:15 +0000
(18:18 +0800)
committer
David S. Miller
<
[email protected]
>
Mon, 8 Jan 2018 19:06:18 +0000
(14:06 -0500)
The member "stats_size" of struct hns3_stats is useless,
remove it and fix the macro definition which has uses this
struct.
Signed-off-by: Jian Shen <
[email protected]
>
Signed-off-by: Peng Li <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
b/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
index c7ac5467e134942f17cf2ffc82749cbbf5e2e4f8..d3cb3ec2c62ba8e9ef4d47df64e1805d881aecf5 100644
(file)
--- a/
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
+++ b/
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
@@
-15,17
+15,15
@@
struct hns3_stats {
char stats_string[ETH_GSTRING_LEN];
- int stats_size;
int stats_offset;
};
/* tqp related stats */
#define HNS3_TQP_STAT(_string, _member) { \
.stats_string = _string, \
- .stats_size = FIELD_SIZEOF(struct ring_stats, _member), \
.stats_offset = offsetof(struct hns3_enet_ring, stats) +\
offsetof(struct ring_stats, _member), \
-}
\
+}
static const struct hns3_stats hns3_txq_stats[] = {
/* Tx per-queue statistics */