Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82658
b: refs/heads/master
c: 5cfe33d
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Feb 3, 2008
1 parent b56b823 commit 4daa03c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 915e91d734d33ad303313e05582769dbbefff3b2
refs/heads/master: 5cfe33d66cee877d2a9575e5bff25519ac44f0de
4 changes: 2 additions & 2 deletions trunk/drivers/net/e1000e/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ static int e1000_set_ringparam(struct net_device *netdev,
return err;
}

bool reg_pattern_test_array(struct e1000_adapter *adapter, u64 *data,
int reg, int offset, u32 mask, u32 write)
static bool reg_pattern_test_array(struct e1000_adapter *adapter, u64 *data,
int reg, int offset, u32 mask, u32 write)
{
int i;
u32 read;
Expand Down

0 comments on commit 4daa03c

Please sign in to comment.