Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121969
b: refs/heads/master
c: 9d2f472
h: refs/heads/master
i:
  121967: af21e71
v: v3
  • Loading branch information
Wang Chen authored and David S. Miller committed Nov 21, 2008
1 parent 3a45f5f commit 1786542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4900be053d376dfe4f603d000aa5e4c60745dec
refs/heads/master: 9d2f4720971c00852a3fc8278a76f1a5e9add5c7
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static struct ixgbe_stats ixgbe_gstrings_stats[] = {
(sizeof(struct ixgbe_queue_stats) / sizeof(u64)))
#define IXGBE_GLOBAL_STATS_LEN ARRAY_SIZE(ixgbe_gstrings_stats)
#define IXGBE_PB_STATS_LEN ( \
(((struct ixgbe_adapter *)netdev->priv)->flags & \
(((struct ixgbe_adapter *)netdev_priv(netdev))->flags & \
IXGBE_FLAG_DCB_ENABLED) ? \
(sizeof(((struct ixgbe_adapter *)0)->stats.pxonrxc) + \
sizeof(((struct ixgbe_adapter *)0)->stats.pxontxc) + \
Expand Down

0 comments on commit 1786542

Please sign in to comment.