Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368167
b: refs/heads/master
c: 1075822
h: refs/heads/master
i:
  368165: 9c7aa7a
  368163: 0006c45
  368159: 7899928
v: v3
  • Loading branch information
Shahed Shaikh authored and David S. Miller committed Mar 9, 2013
1 parent 599bf9a commit 4fb1976
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d16951d94aabb72245319679036125b8d7efead9
refs/heads/master: 1075822c871b56eb1e77cff82fae7bc9d7876d0a
3 changes: 2 additions & 1 deletion trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ static const char qlcnic_gstrings_test[][ETH_GSTRING_LEN] = {

static inline int qlcnic_82xx_statistics(void)
{
return QLCNIC_STATS_LEN + ARRAY_SIZE(qlcnic_83xx_mac_stats_strings);
return ARRAY_SIZE(qlcnic_device_gstrings_stats) +
ARRAY_SIZE(qlcnic_83xx_mac_stats_strings);
}

static inline int qlcnic_83xx_statistics(void)
Expand Down

0 comments on commit 4fb1976

Please sign in to comment.